Searched refs:PKGCONFIG (Results 1 – 14 of 14) sorted by relevance
18 PKGCONFIG += fontconfig
21 PKGCONFIG(libiconv-1.9 _LibIconvIncDir _LibIconvLinkDir _LibIconvLinkFlags _LiIconvCflags)
30 PKGCONFIG(LIBEXPAT-2.0 _LIBEXPATIncDir _LIBEXPATLinkDir _LIBEXPATLinkFlags _LiIconvCflags)
39 PKGCONFIG += fontconfig
31 PKGCONFIG += fontconfig
45 PKGCONFIG += glib-2.0 gio-2.0
77 PKGCONFIG += fontconfig
157 # CREATE PKGCONFIG FILES
199 # CREATE PKGCONFIG FILES
1467 Changed definition of PKGCONFIG from $prefix/lib to $libdir in configure.ac
255 …PKGCONFIG += glib-2.0 gio-2.0 gstreamer-0.10 gstreamer-app-0.10 gstreamer-base-0.10 gstreamer-inte…
50570 Add hildon-1 to PKGCONFIG when hildon CONFIG option is specified
8692 case $PKGCONFIG in8694 ac_cv_path_PKGCONFIG="$PKGCONFIG" # Let the user override the test with a path.8716 PKGCONFIG=$ac_cv_path_PKGCONFIG8717 if test -n "$PKGCONFIG"; then8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKGCONFIG" >&58719 $as_echo "$PKGCONFIG" >&6; }8726 if test "x$PKGCONFIG" != "xno"; then8727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $PKGCONFIG knows about libedit" >&58728 $as_echo_n "checking if $PKGCONFIG knows about libedit... " >&6; }8729 if "$PKGCONFIG" libedit; then[all …]
1328 AC_PATH_PROG([PKGCONFIG], [pkg-config], [no])1329 if test "x$PKGCONFIG" != "xno"; then1330 AC_MSG_CHECKING([if $PKGCONFIG knows about libedit])1331 if "$PKGCONFIG" libedit; then1347 LIBEDIT=`$PKGCONFIG --libs-only-l libedit`1348 CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"