# HG changeset patch # User nkeynes # Date 1193832999 0 # Node ID 42da008cd8bf404dd6b5d180f4c49c6711390820 # Parent 3b2d6c5a19ad054a01783f5c9ac4d49442e6c99b Remove gnome dependency - now just depend on GTK 2.0 --- a/configure Wed Oct 31 12:05:23 2007 +0000 +++ b/configure Wed Oct 31 12:16:39 2007 +0000 @@ -4947,12 +4947,12 @@ pkg_cv_PACKAGE_CFLAGS="$PACKAGE_CFLAGS" else if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" libgnomeui-2.0 esound libpng \"") >&5 - ($PKG_CONFIG --exists --print-errors " libgnomeui-2.0 esound libpng ") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" gtk+-2.0 esound libpng \"") >&5 + ($PKG_CONFIG --exists --print-errors " gtk+-2.0 esound libpng ") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_PACKAGE_CFLAGS=`$PKG_CONFIG --cflags " libgnomeui-2.0 esound libpng " 2>/dev/null` + pkg_cv_PACKAGE_CFLAGS=`$PKG_CONFIG --cflags " gtk+-2.0 esound libpng " 2>/dev/null` else pkg_failed=yes fi @@ -4965,12 +4965,12 @@ pkg_cv_PACKAGE_LIBS="$PACKAGE_LIBS" else if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" libgnomeui-2.0 esound libpng \"") >&5 - ($PKG_CONFIG --exists --print-errors " libgnomeui-2.0 esound libpng ") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" gtk+-2.0 esound libpng \"") >&5 + ($PKG_CONFIG --exists --print-errors " gtk+-2.0 esound libpng ") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_PACKAGE_LIBS=`$PKG_CONFIG --libs " libgnomeui-2.0 esound libpng " 2>/dev/null` + pkg_cv_PACKAGE_LIBS=`$PKG_CONFIG --libs " gtk+-2.0 esound libpng " 2>/dev/null` else pkg_failed=yes fi @@ -4989,14 +4989,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - PACKAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " libgnomeui-2.0 esound libpng "` + PACKAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " gtk+-2.0 esound libpng "` else - PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " libgnomeui-2.0 esound libpng "` + PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " gtk+-2.0 esound libpng "` fi # Put the nasty error message in config.log where it belongs echo "$PACKAGE_PKG_ERRORS" >&5 - { { echo "$as_me:$LINENO: error: Package requirements ( libgnomeui-2.0 esound libpng ) were not met: + { { echo "$as_me:$LINENO: error: Package requirements ( gtk+-2.0 esound libpng ) were not met: $PACKAGE_PKG_ERRORS @@ -5007,7 +5007,7 @@ and PACKAGE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&5 -echo "$as_me: error: Package requirements ( libgnomeui-2.0 esound libpng ) were not met: +echo "$as_me: error: Package requirements ( gtk+-2.0 esound libpng ) were not met: $PACKAGE_PKG_ERRORS --- a/configure.in Wed Oct 31 12:05:23 2007 +0000 +++ b/configure.in Wed Oct 31 12:16:39 2007 +0000 @@ -11,7 +11,7 @@ AC_HEADER_STDC PKG_CHECK_MODULES(PACKAGE, - [ libgnomeui-2.0 dnl + [ gtk+-2.0 dnl esound dnl libpng ]) AC_SUBST(PACKAGE_CFLAGS)