mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
move package edje:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
683d61589c
commit
f618241a02
@ -1,21 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build ecore
|
|
||||||
$SCRIPTS/build embryo
|
|
||||||
$SCRIPTS/build lua
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
--disable-doc \
|
|
||||||
--enable-edje-cc \
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install ecore
|
|
||||||
$SCRIPTS/install embryo
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -PR $PKG_BUILD/src/lib/.libs/libedje*.so* $INSTALL/usr/lib
|
|
@ -1 +0,0 @@
|
|||||||
http://sources.openelec.tv/svn/edje-43006.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user