xorg-server: enable xcsecurity, xnest, xephyr, etc.
This commit is contained in:
parent
3f8d94e0eb
commit
5c1cbf9717
1 changed files with 3 additions and 2 deletions
|
@ -3,13 +3,14 @@ pkgname=xorg-server
|
||||||
version=1.11.2
|
version=1.11.2
|
||||||
distfiles="${XORG_SITE}/xserver/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/xserver/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6
|
configure_args="--enable-ipv6 --enable-xcsecurity --enable-record
|
||||||
|
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
|
||||||
--enable-glx-tls --disable-static --disable-config-hal
|
--enable-glx-tls --disable-static --disable-config-hal
|
||||||
--disable-config-dbus --enable-config-udev --sysconfdir=/etc/X11
|
--disable-config-dbus --enable-config-udev --sysconfdir=/etc/X11
|
||||||
--with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb
|
--with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb
|
||||||
--with-fontrootdir=/usr/share/fonts/X11 --with-sha1=libcrypto
|
--with-fontrootdir=/usr/share/fonts/X11 --with-sha1=libcrypto
|
||||||
--disable-dmx --disable-xfree86-utils --enable-dga"
|
--disable-dmx --disable-xfree86-utils --enable-dga"
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Modular X11 server from modular X.org"
|
short_desc="Modular X11 server from modular X.org"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
|
|
Loading…
Reference in a new issue