浏览代码

lxdoom: make package depend on X11 server

lxdoom depends on a X11 server to be built, this patch will only show lxdoom if
a X11 server is selected and add xserver_xorg-server to the dependency list.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Hans-Christian Egtvedt 17 年之前
父节点
当前提交
cbaae749b6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/games/lxdoom/Config.in

+ 1 - 0
package/games/lxdoom/Config.in

@@ -1,4 +1,5 @@
 config BR2_PACKAGE_LXDOOM
 config BR2_PACKAGE_LXDOOM
 	bool "lxdoom"
 	bool "lxdoom"
+	depends on !BR2_PACKAGE_XSERVER_none
 	help
 	help
 	  This is the linux version of the popular doom game.
 	  This is the linux version of the popular doom game.