x11r7: xserver_xorg-server: Amend record proto selection

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>
This commit is contained in:
Valentine Barshak 2012-09-25 16:44:03 +04:00 committed by Peter Korsgaard
parent 36833f0c37
commit 50c0a71d3a
2 changed files with 2 additions and 2 deletions

View 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

View 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)