]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
xorg-x11-server: Enable more features, add more dependecies.
authorSchantl Stefan <Stevee@ipfire.org>
Thu, 2 Sep 2010 18:48:30 +0000 (20:48 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Thu, 2 Sep 2010 18:48:30 +0000 (20:48 +0200)
pkgs/core/xorg-x11-server/xorg-x11-server.nm

index 7b1236a74cde790e2c0672b2c335cf17750b8ae7..5e929d22b93c8acab58791ccf594cb6810247fb6 100644 (file)
@@ -39,7 +39,9 @@ PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
 PKG_BUILD_DEPS+= autoconf automake pkg-config xorg-x11-font-utils \
        xorg-x11-util-macros xorg-x11-proto-devel \
        xorg-x11-xtrans-devel
-PKG_DEPS      += libX11 libXau libXfont libpciaccess libxcb libxkbfile pixman udev
+PKG_DEPS      += libX11 libXau libXdmcp libXext libXfixes libXfont \
+       libXmu libXrender libXres libXt libdrm libfontenc libpciaccess \
+       libxcb libxkbfile mesa pixman udev
 
 define PKG_DESCRIPTION
        X.org X11 is an open source implementation of the X Window System. \
@@ -56,38 +58,30 @@ DIR_APP        = $(DIR_SRC)/xorg-server-$(PKG_VER)
 
 CONFIGURE_OPTIONS += \
        --enable-xvfb \
-       --disable-xnest \
-       --enable-kdrive \
-       --disable-xephyr \
-       --disable-xsdl \
-       --disable-xfake \
-       --disable-xfbdev \
+       --enable-xsdl \
+       --enable-xfake \
+       --enable-xfbdev \
        --enable-xorg \
        --disable-static \
+       --disable-xnest \
+       --disable-xdmx \
+       --disable-xephyr \
        --with-pic \
+       --enable-maintainer-mode \
        --with-int10=x86emu \
        --with-default-font-path="catalogue:/etc/X11/fontpath.d,built-ins" \
        --with-module-dir=/usr/lib/xorg/modules \
        --with-builderstring="Build ID: $(PKG_NAME) $(PKG_VER)-$(PKG_REL)" \
        --with-os-name="$(hostname -s) $(uname -r)" \
-       -with-vendor-name="$(DISTRO_NAME) Project" \
+       --with-vendor-name="$(DISTRO_NAME) Project" \
+       --with-vendor-web="http://www.ipfire.org" \
        --with-xkb-output=/var/lib/xkb \
        --enable-install-libxf86config \
        --localstatedir=/var \
-       --disable-aiglx \
-       --disable-composite \
-       --disable-xdmcp \
-       --disable-xdm-auth-1 \
-       --disable-glx \
        --disable-screensaver \
-       --disable-dri \
-       --disable-dri2 \
-       --disable-xinerama \
-       --disable-dbe \
        --disable-config-dbus \
        --disable-config-hal \
-       --disable-xquartz \
-       --enable-config-udev \
+       --enable-config-udev
 
 define STAGE_PREPARE_CMDS
        cd $(DIR_APP) && autoreconf -vfi