mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
move package libdrm-master:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
19a957d43d
commit
78549a50f6
@ -1,24 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build libpthread-stubs
|
|
||||||
$SCRIPTS/build udev
|
|
||||||
|
|
||||||
export LIBUDEV_CFLAGS="-I`ls -d $ROOT/$BUILD/udev*`"
|
|
||||||
export LIBUDEV_LIBS="-I`ls -d $ROOT/$BUILD/udev*`"
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
--enable-udev \
|
|
||||||
--enable-largefile \
|
|
||||||
|
|
||||||
$MAKE
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,10 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -PR $PKG_BUILD/libdrm/.libs/libdrm.so* $INSTALL/usr/lib
|
|
||||||
rm -rf $INSTALL/usr/lib/libdrm_intel*.so*T
|
|
||||||
|
|
||||||
cp -PR $PKG_BUILD/libdrm/intel/.libs/libdrm_intel*.so* $INSTALL/usr/lib
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
http://sources.openelec.tv/svn/libdrm-master-20090827.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user