diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:37:17 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:37:18 +0900 |
commit | 0c71eb0d62ed72700f38b67e4d75e0b62be8749e (patch) | |
tree | 0c742035fdf0898240583cec23be0b045aa4e77f /pygobject-3.0.pc.in | |
parent | e5d66a3d89168db811dff9a9436f91fe44d74f0f (diff) | |
download | pygobject2-0c71eb0d62ed72700f38b67e4d75e0b62be8749e.tar.gz pygobject2-0c71eb0d62ed72700f38b67e4d75e0b62be8749e.tar.bz2 pygobject2-0c71eb0d62ed72700f38b67e4d75e0b62be8749e.zip |
Imported Upstream version 2.90.2
Change-Id: Ic589bde4a220ca70927f90d377aaa2da70b920fd
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'pygobject-3.0.pc.in')
-rw-r--r-- | pygobject-3.0.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pygobject-3.0.pc.in b/pygobject-3.0.pc.in index 2ae8ebf..15672de 100644 --- a/pygobject-3.0.pc.in +++ b/pygobject-3.0.pc.in @@ -5,10 +5,10 @@ datarootdir=@datarootdir@ datadir=@datadir@ libdir=@libdir@ -# you can use the --variable=pygtkincludedir argument to +# you can use the --variable=pygobjectincludedir argument to # pkg-config to get this value. You might want to use this to # install additional headers. -pygtkincludedir=${includedir}/pygtk-2.0 +pygobjectincludedir=${includedir}/pygobject-3.0 fixxref=${datadir}/pygobject/xsl/fixxref.py pygdocs=${datadir}/gtk-doc/html/pygobject defsdir=${datadir}/pygobject/2.0/defs @@ -19,4 +19,4 @@ Description: Python bindings for GObject Requires: gobject-2.0 Requires.private: @LIBFFI_PC@ Version: @VERSION@ -Cflags: -I${pygtkincludedir} +Cflags: -I${pygobjectincludedir} |