summaryrefslogtreecommitdiff
path: root/package/games
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-09-24 13:38:17 +0000
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-09-24 13:38:17 +0000
commitcf61d19bd839201368faa874c3f2cda27d4299ed (patch)
tree6bbe4771d8dbd683c7636132c5eab787a63ad940 /package/games
parentcbaae749b64519c6dde12fd3cd7c526dd3367aa5 (diff)
lxdoom: add dependency to a xserver in Makefile
This patch corrects the commit r23467 and replaces uclibc with xserver_xorg-server in LXDOOM_DEPENDENCIES. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/games')
-rw-r--r--package/games/lxdoom/lxdoom.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/games/lxdoom/lxdoom.mk b/package/games/lxdoom/lxdoom.mk
index 71d36f498..dd29cb9db 100644
--- a/package/games/lxdoom/lxdoom.mk
+++ b/package/games/lxdoom/lxdoom.mk
@@ -15,6 +15,6 @@ LXDOOM_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
--includedir=/usr/include --enable-shared \
$(DISABLE_NLS)
-LXDOOM_DEPENDENCIES = uclibc
+LXDOOM_DEPENDENCIES = xserver_xorg-server
$(eval $(call AUTOTARGETS,package/games,lxdoom))