xserver_xorg-server: needs record proto

Fixes http://autobuild.buildroot.net/results/0ab69c80b3e5e95a8947c32231d32da895deca60

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-09-25 11:30:56 +02:00
parent 913b916567
commit 51b990b09f
2 changed files with 2 additions and 0 deletions
package/x11r7/xserver_xorg-server

View File

@ -35,6 +35,7 @@ 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,6 +39,7 @@ XSERVER_XORG_SERVER_DEPENDENCIES = \
xproto_inputproto \
xproto_kbproto \
xproto_randrproto \
xproto_recordproto \
xproto_renderproto \
xproto_resourceproto \
xproto_videoproto \