1503
1507
path overriding pkg-config's built-in search path
1504
1508
GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
1505
1509
GLIB_LIBS linker flags for GLIB, overriding pkg-config
1510
GIO_CFLAGS C compiler flags for GIO, overriding pkg-config
1511
GIO_LIBS linker flags for GIO, overriding pkg-config
1506
1512
GTK_CFLAGS C compiler flags for GTK, overriding pkg-config
1507
1513
GTK_LIBS linker flags for GTK, overriding pkg-config
1508
1514
GSTREAMER_CFLAGS
5867
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GIO" >&5
5868
$as_echo_n "checking for GIO... " >&6; }
5870
if test -n "$GIO_CFLAGS"; then
5871
pkg_cv_GIO_CFLAGS="$GIO_CFLAGS"
5872
elif test -n "$PKG_CONFIG"; then
5873
if test -n "$PKG_CONFIG" && \
5874
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0 >= \$GLIB_REQUIRED\""; } >&5
5875
($PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED") 2>&5
5877
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5878
test $ac_status = 0; }; then
5879
pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
5880
test "x$?" != "x0" && pkg_failed=yes
5887
if test -n "$GIO_LIBS"; then
5888
pkg_cv_GIO_LIBS="$GIO_LIBS"
5889
elif test -n "$PKG_CONFIG"; then
5890
if test -n "$PKG_CONFIG" && \
5891
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0 >= \$GLIB_REQUIRED\""; } >&5
5892
($PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED") 2>&5
5894
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5895
test $ac_status = 0; }; then
5896
pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
5897
test "x$?" != "x0" && pkg_failed=yes
5907
if test $pkg_failed = yes; then
5908
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5909
$as_echo "no" >&6; }
5911
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5912
_pkg_short_errors_supported=yes
5914
_pkg_short_errors_supported=no
5916
if test $_pkg_short_errors_supported = yes; then
5917
GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= $GLIB_REQUIRED" 2>&1`
5919
GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= $GLIB_REQUIRED" 2>&1`
5921
# Put the nasty error message in config.log where it belongs
5922
echo "$GIO_PKG_ERRORS" >&5
5924
as_fn_error $? "Package requirements (gio-2.0 >= $GLIB_REQUIRED) were not met:
5928
Consider adjusting the PKG_CONFIG_PATH environment variable if you
5929
installed software in a non-standard prefix.
5931
Alternatively, you may set the environment variables GIO_CFLAGS
5932
and GIO_LIBS to avoid the need to call pkg-config.
5933
See the pkg-config man page for more details." "$LINENO" 5
5934
elif test $pkg_failed = untried; then
5935
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5936
$as_echo "no" >&6; }
5937
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5938
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5939
as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
5940
is in your PATH or set the PKG_CONFIG environment variable to the full
5943
Alternatively, you may set the environment variables GIO_CFLAGS
5944
and GIO_LIBS to avoid the need to call pkg-config.
5945
See the pkg-config man page for more details.
5947
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
5948
See \`config.log' for more details" "$LINENO" 5; }
5950
GIO_CFLAGS=$pkg_cv_GIO_CFLAGS
5951
GIO_LIBS=$pkg_cv_GIO_LIBS
5952
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5953
$as_echo "yes" >&6; }
5861
5961
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
5862
5962
$as_echo_n "checking for GTK... " >&6; }