mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
glib-host: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
53cc891fae
commit
75bcbcd913
@ -10,9 +10,8 @@ export ZLIB_LIBS=""
|
|||||||
|
|
||||||
cd $BUILD/glib*
|
cd $BUILD/glib*
|
||||||
|
|
||||||
mkdir -p .build-host
|
do_autoreconf
|
||||||
|
mkdir -p .build-host && cd .build-host
|
||||||
cd .build-host
|
|
||||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
../configure --prefix=$ROOT/$TOOLCHAIN \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
@ -6,9 +6,11 @@ PKG_LICENSE="LGPL"
|
|||||||
PKG_SITE="http://www.gtk.org/"
|
PKG_SITE="http://www.gtk.org/"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS="toolchain dbus-host"
|
PKG_BUILD_DEPENDS="toolchain dbus-host gtk-doc"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="devel"
|
PKG_SECTION="devel"
|
||||||
PKG_SHORTDESC="glib-host: C support library"
|
PKG_SHORTDESC="glib-host: C support library"
|
||||||
PKG_LONGDESC="GLib is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things."
|
PKG_LONGDESC="GLib is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things."
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
|
PKG_AUTORECONF="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user