mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
xorg-server
- run our new autoreconf - now depends on util-macros and font-util (if we use autoreconf)
This commit is contained in:
parent
d01b15b565
commit
69eff757f5
@ -8,6 +8,8 @@ get_graphicdrivers
|
|||||||
|
|
||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
|
$SCRIPTS/build util-macros
|
||||||
|
$SCRIPTS/build font-util
|
||||||
$SCRIPTS/build fontsproto
|
$SCRIPTS/build fontsproto
|
||||||
$SCRIPTS/build randrproto
|
$SCRIPTS/build randrproto
|
||||||
$SCRIPTS/build renderproto
|
$SCRIPTS/build renderproto
|
||||||
@ -43,7 +45,9 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
autoconf
|
|
||||||
|
$AUTORECONF
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user