summaryrefslogtreecommitdiff
path: root/gobject-introspection-no-export-1.0.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Add ffi cflags/libs/requires to exported .pcJohan Dahlin2009-12-041-3/+3
| | | | | | | | 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
* Revert "Require libffi.pc"Johan Dahlin2009-12-041-1/+1
| | | | | This reverts commit 92abbe78dd7ffe0ff6d61db5f2bff0745a69115a and 494c1c92520917999407832453c11c2247b4e7bb.
* Require libffi.pcColin Walters2009-12-021-1/+1
| | | | | | | 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
* Use ${datadir} in lieu of hardcoding ${prefix}/shareChristian Persch2009-12-021-1/+3
| | | | Bug #602087.
* Bug 583686 - Add gobject-introspection-no-export-1.0.pcColin Walters2009-07-061-0/+19
Some projects may want to avoid the giant -Wl,--export-dynamic hammmer and instead use a custom regexp or export list, so provide a .pc file for them to use.