x11r7: xserver_xorg-server: Amend record proto selection
authorValentine Barshak <gvaxon@gmail.com>
Tue, 25 Sep 2012 12:44:03 +0000 (16:44 +0400)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 25 Sep 2012 18:31:20 +0000 (20:31 +0200)
Record proto is not really required. It can be disabled.

Signed-off-by: Valentine Barshak <gvaxon@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/x11r7/xserver_xorg-server/Config.in
package/x11r7/xserver_xorg-server/xserver_xorg-server.mk

index 7d2f2deaad970d731c8db3d39e96eb42cec7f3ba..02c28282d4d1a9a1915ae4c407da9692752249cb 100644 (file)
@@ -35,7 +35,6 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER
        select BR2_PACKAGE_XPROTO_INPUTPROTO
        select BR2_PACKAGE_XPROTO_KBPROTO
        select BR2_PACKAGE_XPROTO_RANDRPROTO
-       select BR2_PACKAGE_XPROTO_RECORDPROTO
        select BR2_PACKAGE_XPROTO_RENDERPROTO
        select BR2_PACKAGE_XPROTO_RESOURCEPROTO
        select BR2_PACKAGE_XPROTO_VIDEOPROTO
index 80431b43165bcd78b01127828574fb10305ae9c3..631dee86080d4a268c09bdb1a3e64ebfa7ed32bd 100644 (file)
@@ -39,7 +39,6 @@ XSERVER_XORG_SERVER_DEPENDENCIES =    \
        xproto_inputproto               \
        xproto_kbproto                  \
        xproto_randrproto               \
-       xproto_recordproto              \
        xproto_renderproto              \
        xproto_resourceproto            \
        xproto_videoproto               \
@@ -122,6 +121,8 @@ endif
 ifeq ($(BR2_PACKAGE_XPROTO_RECORDPROTO),y)
 XSERVER_XORG_SERVER_DEPENDENCIES += xproto_recordproto
 XSERVER_XORG_SERVER_CONF_OPT += --enable-record
+else
+XSERVER_XORG_SERVER_CONF_OPT += --disable-record
 endif
 
 ifneq ($(BR2_PACKAGE_XLIB_LIBXVMC),y)