diff options
Diffstat (limited to 'xorg/xorg-server')
-rw-r--r-- | xorg/xorg-server/.footprint | 2 | ||||
-rwxr-xr-x | xorg/xorg-server/Pkgfile | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/xorg/xorg-server/.footprint b/xorg/xorg-server/.footprint index ba1379110..3cd7f3251 100644 --- a/xorg/xorg-server/.footprint +++ b/xorg/xorg-server/.footprint @@ -204,6 +204,8 @@ drwxr-xr-x root/root usr/lib/xorg/modules/extensions/ -rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libextmod.so -rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.la -rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.so +-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/librecord.la +-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/librecord.so -rwxr-xr-x root/root usr/lib/xorg/modules/libexa.la -rwxr-xr-x root/root usr/lib/xorg/modules/libexa.so -rwxr-xr-x root/root usr/lib/xorg/modules/libfb.la diff --git a/xorg/xorg-server/Pkgfile b/xorg/xorg-server/Pkgfile index c576d68a8..b4379aa98 100755 --- a/xorg/xorg-server/Pkgfile +++ b/xorg/xorg-server/Pkgfile @@ -13,13 +13,16 @@ build() { cd $name-$version ./configure --prefix=/usr --enable-dri \ + --enable-xvfb \ + --enable-composite \ + --enable-config-udev \ --disable-config-hal \ --localstatedir=/var \ --sysconfdir=/etc/X11 \ + --datadir=/etc \ --with-xkb-output=/var/lib/xkb -# sed -i 's|xorgconfddir = $(prefix)|xorgconfddir = |' config/Makefile make make DESTDIR=$PKG install - + mv $PKG/etc/aclocal $PKG/usr/share/ rmdir $PKG/var/log } |