mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
move package swfdec:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
3b7541776e
commit
f30f98a8f6
@ -1,23 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--enable-static \
|
|
||||||
--disable-shared \
|
|
||||||
--disable-gtk \
|
|
||||||
--enable-gstreamer \
|
|
||||||
--disable-vivified \
|
|
||||||
--disable-gtk-doc \
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
||||||
|
|
||||||
cp -PR data/swfdec.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
|
@ -1 +0,0 @@
|
|||||||
http://swfdec.freedesktop.org/download/swfdec/0.9/swfdec-0.9.2.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user