xorg-server: enable security extension (#5118)

This commit is contained in:
zev0 2017-01-12 13:24:07 +00:00 committed by Juan RP
parent d9c1c31b55
commit bf1a7abeae

View file

@ -1,7 +1,7 @@
# Template build file for 'xorg-server'.
pkgname=xorg-server
version=1.18.4
revision=3
revision=4
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-record --enable-xorg
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
@ -13,7 +13,7 @@ configure_args="--enable-ipv6 --enable-record --enable-xorg
--enable-kdrive --enable-kdrive-evdev --enable-kdrive-kbd
--disable-linux-acpi --disable-linux-apm --enable-xwayland
--enable-suid-wrapper --with-shared-memory-dir=/dev/shm
--without-systemd-daemon"
--without-systemd-daemon --enable-xcsecurity"
short_desc="The X11 server from X.org"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xorg.freedesktop.org"