OSDN Git Service

gio-2.0.pc: Avoid full path to executables
authorKalev Lember <kalevlember@gmail.com>
Wed, 11 Apr 2012 13:41:48 +0000 (16:41 +0300)
committerKalev Lember <kalevlember@gmail.com>
Wed, 11 Apr 2012 17:01:44 +0000 (20:01 +0300)
commit47692845c0a062a76f99b5de125c5eafa4556847
treed0d6ba4dadca5e17df41676c4b0d4f50d504175f
parent5739d896f8d3bf9883d4f5e4b7553a617a1c751a
gio-2.0.pc: Avoid full path to executables

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
gio-2.0.pc.in