mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
move package xdriinfo:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
c6b0eeee28
commit
0ca63fe15b
@ -1,20 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build libX11
|
|
||||||
$SCRIPTS/build $LIBDRM
|
|
||||||
$SCRIPTS/build $MESA
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$STRIP $1
|
|
@ -1,10 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
$SCRIPTS/install libX11
|
|
||||||
$SCRIPTS/install $MESA
|
|
||||||
$SCRIPTS/install $LIBDRM
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/$1 $INSTALL/usr/bin
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
http://xorg.freedesktop.org/releases/individual/app/xdriinfo-1.0.3.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user