mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
glib-host:
- various cleanups
This commit is contained in:
parent
4fd9fd3c3f
commit
8cd265c4de
@ -13,17 +13,16 @@ mkdir -p .build-host
|
||||
|
||||
cd .build-host
|
||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
||||
--disable-shared \
|
||||
--enable-static \
|
||||
--with-libiconv=no \
|
||||
--enable-debug=no \
|
||||
--disable-man \
|
||||
--disable-rebuilds \
|
||||
--disable-gtk-doc \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--with-libiconv=no \
|
||||
--enable-debug=no \
|
||||
--disable-man \
|
||||
--disable-rebuilds \
|
||||
--disable-gtk-doc \
|
||||
|
||||
make
|
||||
#
|
||||
make install
|
||||
#
|
||||
|
||||
cp -f gobject/glib-genmarshal $ROOT/$TOOLCHAIN/bin
|
||||
cp -f gobject/glib-mkenums $ROOT/$TOOLCHAIN/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user