gtk+: add autoreconf support and enable if possible

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:01:13 +01:00
parent 1f05520579
commit 0b641fa7a3
3 changed files with 2 additions and 19 deletions

View File

@ -2,16 +2,6 @@
. config/options $1 . config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build atk
$SCRIPTS/build libX11
$SCRIPTS/build libXrandr
$SCRIPTS/build libXi
$SCRIPTS/build glib
$SCRIPTS/build pango
$SCRIPTS/build cairo
$SCRIPTS/build gdk-pixbuf
cd $PKG_BUILD cd $PKG_BUILD
ac_cv_path_GLIB_GENMARSHAL=$ROOT/$TOOLCHAIN/bin/glib-genmarshal \ ac_cv_path_GLIB_GENMARSHAL=$ROOT/$TOOLCHAIN/bin/glib-genmarshal \
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \

View File

@ -2,15 +2,6 @@
. config/options $1 . config/options $1
$SCRIPTS/install atk
$SCRIPTS/install libX11
$SCRIPTS/install libXrandr
$SCRIPTS/install libXi
$SCRIPTS/install glib
$SCRIPTS/install pango
$SCRIPTS/install cairo
$SCRIPTS/install gdk-pixbuf
GTK_BINARY_VERSION=`pkg-config gtk+-2.0 --variable=gtk_binary_version` GTK_BINARY_VERSION=`pkg-config gtk+-2.0 --variable=gtk_binary_version`
GTK_LIB_DIR="gtk-2.0/$GTK_BINARY_VERSION" GTK_LIB_DIR="gtk-2.0/$GTK_BINARY_VERSION"

View File

@ -12,3 +12,5 @@ PKG_SECTION="x11/toolkits"
PKG_SHORTDESC="gtk+: The Gimp ToolKit (GTK)" PKG_SHORTDESC="gtk+: The Gimp ToolKit (GTK)"
PKG_LONGDESC="This is GTK+. GTK+, which stands for the Gimp ToolKit, is a library for creating graphical user interfaces for the X Window System. It is designed to be small, efficient, and flexible. GTK+ is written in C with a very object-oriented approach." PKG_LONGDESC="This is GTK+. GTK+, which stands for the Gimp ToolKit, is a library for creating graphical user interfaces for the X Window System. It is designed to be small, efficient, and flexible. GTK+ is written in C with a very object-oriented approach."
PKG_IS_ADDON="no" PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"