mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
gtk+: add autoreconf support and enable if possible
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1f05520579
commit
0b641fa7a3
@ -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 \
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user