diff options
author | Johan Dahlin <johan@gnome.org> | 2009-12-04 13:13:55 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-04 13:18:08 -0200 |
commit | bf393f0c01fb40a4ae737f88eeddce5bce896069 (patch) | |
tree | 10f7747ea71f1ca96ad963310e09816038b16a14 /gobject-introspection-no-export-1.0.pc.in | |
parent | 7deaa9e6176f09ac753935475be8c080383241b2 (diff) | |
download | gobject-introspection-bf393f0c01fb40a4ae737f88eeddce5bce896069.tar.gz |
Add ffi cflags/libs/requires to exported .pc
This is required as external projects such as gjs
are now using girffi and thus need the ffi cflags
to be able to link.
https://bugzilla.gnome.org/show_bug.cgi?id=603653
Diffstat (limited to 'gobject-introspection-no-export-1.0.pc.in')
-rw-r--r-- | gobject-introspection-no-export-1.0.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gobject-introspection-no-export-1.0.pc.in b/gobject-introspection-no-export-1.0.pc.in index 54deae0e..110cb752 100644 --- a/gobject-introspection-no-export-1.0.pc.in +++ b/gobject-introspection-no-export-1.0.pc.in @@ -12,9 +12,9 @@ g_ir_generate=${bindir}/g-ir-generate girdir=${datadir}/gir-1.0 typelibdir=${libdir}/girepository-1.0 -Cflags: -I${includedir}/gobject-introspection-1.0 -Requires: glib-2.0 gobject-2.0 gmodule-no-export-2.0 gthread-2.0 -Libs: -L${libdir} -lgirepository-1.0 +Cflags: -I${includedir}/gobject-introspection-1.0 @FFI_PC_CFLAGS@ +Requires: glib-2.0 gobject-2.0 gmodule-no-export-2.0 gthread-2.0 @FFI_PC_PACKAGES@ +Libs: -L${libdir} -lgirepository-1.0 @FFI_PC_LIBS@ Name: gobject-introspection Description: GObject Introspection |