gtkmeat 0.5.5

This commit is contained in:
troyengel 2014-11-26 12:25:46 -06:00
parent 7b023afa6e
commit 26f60ade77
7 changed files with 57 additions and 24 deletions

4
configure vendored
View file

@ -526,7 +526,7 @@ else
fi
GTKMEAT_VERSION=0.5.4
GTKMEAT_VERSION=0.5.5
AUTOMAKE_OPTIONS=no-dependencies
VERSION=$GTKMEAT_VERSION
@ -1097,7 +1097,7 @@ echo "configure:1084: checking for GTK - version >= $min_gtk_version" >&5
ac_save_CFLAGS="$CFLAGS"
ac_save_LIBS="$LIBS"
CFLAGS="$CFLAGS $GTK_CFLAGS"
LIBS="$LIBS $GTK_LIBS"
LIBS="$GTK_LIBS $LIBS"
rm -f conf.gtktest
if test "$cross_compiling" = yes; then
echo $ac_n "cross compiling; assumed OK... $ac_c"