diff options
author | Colin Walters <walters@verbum.org> | 2009-12-02 17:56:05 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-12-02 18:10:32 -0500 |
commit | 494c1c92520917999407832453c11c2247b4e7bb (patch) | |
tree | 24c03197fcd07e0cbf5b4ab543818c955c05978d /gobject-introspection-no-export-1.0.pc.in | |
parent | ffd9b39620c9665a8685363202b4f02fa895288c (diff) | |
download | gobject-introspection-494c1c92520917999407832453c11c2247b4e7bb.tar.gz |
Require libffi.pc
We use it for girffi.h. Remove the code to detect libffi without the .pc
file. If you don't have it, get it.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection-no-export-1.0.pc.in b/gobject-introspection-no-export-1.0.pc.in index 54deae0e..373ab3e9 100644 --- a/gobject-introspection-no-export-1.0.pc.in +++ b/gobject-introspection-no-export-1.0.pc.in @@ -13,7 +13,7 @@ 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 +Requires: glib-2.0 gobject-2.0 gmodule-no-export-2.0 gthread-2.0 libffi Libs: -L${libdir} -lgirepository-1.0 Name: gobject-introspection |