xorg-server: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:04:08 +01:00
parent 62796078f0
commit 06f71ec6c8
2 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,6 @@ else
fi fi
cd $PKG_BUILD cd $PKG_BUILD
$AUTORECONF
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=/usr \ --prefix=/usr \

View File

@ -13,6 +13,8 @@ PKG_SHORTDESC="xorg-server: The Xorg X server"
PKG_LONGDESC="Xorg is a full featured X server that was originally designed for UNIX and UNIX-like operating systems running on Intel x86 hardware." PKG_LONGDESC="Xorg is a full featured X server that was originally designed for UNIX and UNIX-like operating systems running on Intel x86 hardware."
PKG_IS_ADDON="no" PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
get_graphicdrivers get_graphicdrivers
if [ "$XINERAMA_SUPPORT" = "yes" ]; then if [ "$XINERAMA_SUPPORT" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS libXinerama" PKG_DEPENDS="$PKG_DEPENDS libXinerama"