xorg-server: update to xorg-server-1.10.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-03 15:54:08 +01:00
parent aeeee06176
commit d9c013dcd2
11 changed files with 5 additions and 1 deletions

View File

@ -33,6 +33,10 @@ else
fi
cd $PKG_BUILD
# add hack to fix build of 1.10.0
rm -rf hw/xfree86/loader/sdksyms.c
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="xorg-server"
PKG_VERSION="1.9.99.903"
PKG_VERSION="1.10.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"