summaryrefslogtreecommitdiff
path: root/gio-2.0.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2014-04-01build: Include Cocoa/Carbon in Libs.private if targetting Mac OS XPhilip Withnall1-1/+1
This allows static linking against GIO on OS X, which would previously fail due to unresolved symbols from the above two frameworks. https://bugzilla.gnome.org/show_bug.cgi?id=668152
2013-12-26gio-2.0.pc: Add -lselinux when linking statically if so configuredMikhail Gusarov1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=721087
2012-04-11gio-2.0.pc: Avoid full path to executablesKalev Lember1-3/+3
Instead of using full path in glib_compile_schemas and glib_compile_resources variables, rely on having the executables in PATH. This fixes the cross-compiling case where we cannot execute the binaries for target system. Instead of executing the target system's binaries, we need to use the native versions installed on the build host. The easiest way to find the native executables is to just pick them up from PATH. In addition, this brings gio-2.0.pc in line with glib-2.0.pc -- the latter has historically only listed the executable name and not the full path. https://bugzilla.gnome.org/show_bug.cgi?id=673911
2012-02-28gio-2.0.pc: add gdbus_codegen variableAleksander Morgado1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=670922
2012-01-15Beef up Libs.private in glib-2.0.pcMatthias Clasen1-1/+1
This should help getting static builds working on mingw. Based on a patch by Volker Grabsch, bug 619126. At the same time, drop the unnecessary GLIB_RT_LIBS variable; we are already adding -lrt to G_THREAD_LIBS.
2012-01-13Add glib_compile_resources variable to the gio pc fileAlexander Larsson1-0/+1
2011-11-22gio: Move gmodule to Requires.privateMatthias Clasen1-2/+3
Users of GIO are not generally expected to use gmodule API, so don't force them all to link against it.
2011-09-23gio-2.0.pc.in: drop stray reference to libasyncnsDan Winship1-1/+1
gio-2.0.pc's Libs.private was still using @LIBASYNCNS_LIBADD@, which was no longer being substituted to anything and so broke "pkg-config --static". Fix it to be @NETWORK_LIBS@ instead. https://bugzilla.gnome.org/show_bug.cgi?id=659889
2011-02-07Append .exe to glib-compile-schemas in .pc fileMatthias Clasen1-1/+1
This makes the binary name correct on Windows. Pointed out by David Schleef, https://bugzilla.gnome.org/show_bug.cgi?id=641572
2010-04-25Make glib_compile_schemas point to a binary that existsShaun McCance1-1/+1
2010-04-23Rename gschema-compile to glib-compile-schemasMatthias Clasen1-1/+1
And clean up the autofoo a bit: use an uppercase variable, check for pkg-config, check for presence of glib-compile-schemas.
2010-04-21Rename gsettingsschemaupdatecache to the more sane gschema_compileMatthias Clasen1-1/+1
To follow existing glib pc variables for binaries.
2010-04-21Nuke the gsettingsschemadir pc variableMatthias Clasen1-1/+0
Not really useful, just use $(prefix)/glib-2.0/schemas. We are getting m4 sugar to coat this over, anyway.
2010-04-19Add gsettings-related variablesMatthias Clasen1-0/+2
2010-01-13[configure] Fix res_query check for OS XDan Winship1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=586150
2009-11-23Add zlib dependency to gioAlexander Larsson1-0/+1
Will be used by compression APIs
2008-01-06Require glib-2.0Matthias Clasen1-1/+1
svn path=/trunk/; revision=6251
2007-11-27Allow configuration of gio-module-dirAlexander Larsson1-0/+2
2007-11-27 Alexander Larsson <alexl@redhat.com> * configure.in: Allow configuration of gio-module-dir * gio-2.0.pc.in: Export giomodules location as giomodule variable 2007-11-27 Alexander Larsson <alexl@redhat.com> * Makefile.am: * fam/Makefile.am: * inotify/Makefile.am: Use the user-specified giomoduledir svn path=/trunk/; revision=5951
2007-11-26gio/ docs/reference/gio Merged gio-standalone into glib.Alexander Larsson1-0/+11
2007-11-26 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.in: * gio-2.0-uninstalled.pc.in: * gio-2.0.pc.in: * gio-unix-2.0-uninstalled.pc.in: * gio-unix-2.0.pc.in: * gio/ * docs/reference/gio Merged gio-standalone into glib. * glib/glibintl.h: * glib/gutils.c: Export glib_gettext so that gio can use it Add P_ (using same domain for now) Add I_ as g_intern_static_string svn path=/trunk/; revision=5941