Kdrive servers require --enable-kdrive to be built
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13873 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a3263a34d9
commit
f720ab2850
@ -192,12 +192,15 @@ define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
$(if $(CONFIG_PACKAGE_xserver-xorg),--enable-xorg --enable-dri,--disable-xorg --disable-dri) \
|
||||
$(if $(CONFIG_PACKAGE_xserver-kdrive-xvesa), \
|
||||
--enable-kdrive \
|
||||
--enable-kdrive-vesa, \
|
||||
--disable-kdrive-vesa) \
|
||||
$(if $(CONFIG_PACKAGE_xserver-kdrive-xfbdev), \
|
||||
--enable-kdrive \
|
||||
--enable-xfbdev, \
|
||||
--disable-xfbdev) \
|
||||
$(if $(CONFIG_PACKAGE_xserver-kdrive-xephyr), \
|
||||
--enable-kdrive \
|
||||
--enable-xephyr, \
|
||||
--disable-xephyr) \
|
||||
$(if $(CONFIG_X_TSLIB),--enable-tslib,--disable-tslib) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user