gtkmeat 0.5.5

This commit is contained in:
tengel 2024-03-20 09:25:47 -05:00
parent 96f4e1a07f
commit e3e6450c9c
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"