Added libgd as a submodule, until GTK+ 3.10 comes out

libgd provides some neat widgets, like a header similar to
GTK+ 3.10's GtkHeaderBar, which comes in handy when generating the
window headers.
This commit is contained in:
2013-09-07 23:01:22 +02:00
parent d1240dfa6f
commit 74255d31c6
5 changed files with 12 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ 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) || {