xorg-server: fix meta file

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-17 14:58:39 +01:00
parent d58cd288af
commit fcc1e4c5b2

View File

@ -13,6 +13,7 @@ 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"
get_graphicdrivers
if [ "$XINERAMA_SUPPORT" = "yes" ]; then if [ "$XINERAMA_SUPPORT" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS libXinerama" PKG_DEPENDS="$PKG_DEPENDS libXinerama"
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS libXinerama" PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS libXinerama"