Remove references and calls to libgd in favour of Gtk 3.10 calls

This commit is contained in:
2014-02-25 22:32:54 +01:00
parent f7e4c451b4
commit aa339f5863
8 changed files with 21 additions and 37 deletions

View File

@@ -5,7 +5,6 @@ srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="astrognome"
ACLOCAL_FLAGS="-I libgd $ACLOCAL_FLAGS"
(test -f $srcdir/configure.ac \
&& test -f $srcdir/src/astrognome.c) || {
@@ -19,7 +18,5 @@ which gnome-autogen.sh || {
exit 1
}
git submodule update --init --recursive
REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh