mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package:
- add libIDL-host for upcoming xulrunner
This commit is contained in:
parent
6176b6801e
commit
0b422f9e24
23
packages/other/libIDL-host/build
Executable file
23
packages/other/libIDL-host/build
Executable file
@ -0,0 +1,23 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build glib-host
|
||||||
|
$SCRIPTS/unpack libIDL
|
||||||
|
|
||||||
|
setup_toolchain host
|
||||||
|
|
||||||
|
cd $BUILD/libIDL*
|
||||||
|
|
||||||
|
mkdir -p .build-host
|
||||||
|
cd .build-host
|
||||||
|
|
||||||
|
libIDL_cv_long_long_format=ll \
|
||||||
|
../configure --prefix=$ROOT/$TOOLCHAIN
|
||||||
|
|
||||||
|
$SED "s:pkg-config :PKG_CONFIG_PATH=$HOST_PKG_CONFIG_PATH $PKG_CONFIG :" libIDL-config-2
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
make install
|
Loading…
x
Reference in New Issue
Block a user