diff options
author | Hasan Wan <hasan.wan@intel.com> | 2012-05-25 16:47:13 +0800 |
---|---|---|
committer | Hasan Wan <hasan.wan@intel.com> | 2012-05-28 16:06:22 +0800 |
commit | 1ddee039e66b9c1feb2129a1904e60760e0e8fc3 (patch) | |
tree | 84a3b12d0f839c6a2ef702eb02f3288c91cf5902 /pygobject-2.0.pc.in | |
parent | f7d643cbb2184346b6f8d26091eb7eb38c6bbfe1 (diff) | |
download | pygobject2-1ddee039e66b9c1feb2129a1904e60760e0e8fc3.tar.gz pygobject2-1ddee039e66b9c1feb2129a1904e60760e0e8fc3.tar.bz2 pygobject2-1ddee039e66b9c1feb2129a1904e60760e0e8fc3.zip |
Updated with Tizen:Base source codes
Diffstat (limited to 'pygobject-2.0.pc.in')
-rw-r--r-- | pygobject-2.0.pc.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pygobject-2.0.pc.in b/pygobject-2.0.pc.in new file mode 100644 index 0000000..5188a12 --- /dev/null +++ b/pygobject-2.0.pc.in @@ -0,0 +1,22 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +includedir=@includedir@ +datarootdir=@datarootdir@ +datadir=@datadir@ +libdir=@libdir@ + +# you can use the --variable=pygtkincludedir argument to +# pkg-config to get this value. You might want to use this to +# install additional headers. +pygtkincludedir=${includedir}/pygtk-2.0 +fixxref=${datadir}/pygobject/xsl/fixxref.py +pygdocs=${datadir}/gtk-doc/html/pygobject +defsdir=${datadir}/pygobject/2.0/defs +codegendir=${datadir}/pygobject/2.0/codegen + +Name: PyGObject +Description: Python bindings for GObject +Requires: gobject-2.0 +Requires.private: @LIBFFI_PC@ +Version: @VERSION@ +Cflags: -I${pygtkincludedir} |