Revert "xorg-server: build with libgcrypt support"

This reverts commit 25192040ab283ce895f67fdce1f218e8e344780f.
This commit is contained in:
root 2012-10-26 00:16:20 +02:00
parent 0e7532c3a3
commit 672b8038a8
2 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ cd $PKG_BUILD
--with-int10=x86emu \
--disable-ipv6 \
--with-gnu-ld \
--with-sha1=libgcrypt \
--with-sha1=libcrypto \
--with-os-vendor="OpenELEC.tv" \
--with-module-dir=$XORG_PATH_MODULES \
--with-xkb-path=$XORG_PATH_XKB \

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.X.org"
PKG_URL="http://xorg.freedesktop.org/archive/individual/xserver/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libpciaccess libX11 libXfont libdrm libgcrypt freetype pixman systemd"
PKG_BUILD_DEPENDS="toolchain util-macros font-util fontsproto randrproto recordproto renderproto dri2proto fixesproto damageproto scrnsaverproto videoproto inputproto xf86dgaproto xf86vidmodeproto xf86driproto xf86miscproto glproto libpciaccess libX11 libXfont libxkbfile libdrm libgcrypt freetype pixman fontsproto systemd"
PKG_DEPENDS="libpciaccess libX11 libXfont libdrm openssl freetype pixman systemd"
PKG_BUILD_DEPENDS="toolchain util-macros font-util fontsproto randrproto recordproto renderproto dri2proto fixesproto damageproto scrnsaverproto videoproto inputproto xf86dgaproto xf86vidmodeproto xf86driproto xf86miscproto glproto libpciaccess libX11 libXfont libxkbfile libdrm openssl freetype pixman fontsproto systemd"
PKG_PRIORITY="optional"
PKG_SECTION="x11/xserver"
PKG_SHORTDESC="xorg-server: The Xorg X server"