Kaydet (Commit) a107e4b5 authored tarafından Matúš Kukan's avatar Matúš Kukan

config*: add cflags for gio, gconf and gnomevfs

üst 1c7c480e
...@@ -112,10 +112,16 @@ export FONTCONFIG_CFLAGS="@FONTCONFIG_CFLAGS@" ...@@ -112,10 +112,16 @@ export FONTCONFIG_CFLAGS="@FONTCONFIG_CFLAGS@"
export FONTCONFIG_LIBS="@FONTCONFIG_LIBS@" export FONTCONFIG_LIBS="@FONTCONFIG_LIBS@"
export FREETYPE_CFLAGS="@FREETYPE_CFLAGS@" export FREETYPE_CFLAGS="@FREETYPE_CFLAGS@"
export FREETYPE_LIBS="@FREETYPE_LIBS@" export FREETYPE_LIBS="@FREETYPE_LIBS@"
export GCONF_CFLAGS="@GCONF_CFLAGS@"
export GCONF_LIBS="@GCONF_LIBS@"
export GIO_CFLAGS="@GIO_CFLAGS@"
export GIO_LIBS="@GIO_LIBS@"
export GIT_LINK_SRC="@GIT_LINK_SRC@" export GIT_LINK_SRC="@GIT_LINK_SRC@"
export GIT_REPO_NAMES="@GIT_REPO_NAMES@" export GIT_REPO_NAMES="@GIT_REPO_NAMES@"
export GMAKE_MODULE_PARALLELISM="@GMAKE_MODULE_PARALLELISM@" export GMAKE_MODULE_PARALLELISM="@GMAKE_MODULE_PARALLELISM@"
export GMAKE_PARALLELISM="@GMAKE_PARALLELISM@" export GMAKE_PARALLELISM="@GMAKE_PARALLELISM@"
export GNOMEVFS_CFLAGS="@GNOMEVFS_CFLAGS@"
export GNOMEVFS_LIBS="@GNOMEVFS_LIBS@"
@x_GNUCP@ export GNUCOPY="@GNUCP@" @x_GNUCP@ export GNUCOPY="@GNUCP@"
export GNUMAKE="@GNUMAKE@" export GNUMAKE="@GNUMAKE@"
export GNUTAR="@GNUTAR@" export GNUTAR="@GNUTAR@"
......
...@@ -7762,6 +7762,8 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gconf" = "yes"; then ...@@ -7762,6 +7762,8 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gconf" = "yes"; then
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
fi fi
AC_SUBST(GCONF_LIBS)
AC_SUBST(GCONF_CFLAGS)
AC_SUBST(ENABLE_GCONF) AC_SUBST(ENABLE_GCONF)
dnl =================================================================== dnl ===================================================================
...@@ -7777,6 +7779,8 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gnome_vfs" = "yes" - ...@@ -7777,6 +7779,8 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gnome_vfs" = "yes" -
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
fi fi
AC_SUBST(GNOMEVFS_LIBS)
AC_SUBST(GNOMEVFS_CFLAGS)
AC_SUBST(ENABLE_GNOMEVFS) AC_SUBST(ENABLE_GNOMEVFS)
dnl =================================================================== dnl ===================================================================
...@@ -7830,6 +7834,8 @@ if test "$test_gtk" = "yes"; then ...@@ -7830,6 +7834,8 @@ if test "$test_gtk" = "yes"; then
fi fi
fi fi
AC_SUBST(ENABLE_GIO) AC_SUBST(ENABLE_GIO)
AC_SUBST(GIO_CFLAGS)
AC_SUBST(GIO_LIBS)
AC_SUBST(ENABLE_DBUS) AC_SUBST(ENABLE_DBUS)
AC_SUBST(ENABLE_SYSTRAY_GTK) AC_SUBST(ENABLE_SYSTRAY_GTK)
AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_CFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment