lxdoom: add dependency to a xserver in Makefile
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Wed, 24 Sep 2008 13:38:17 +0000 (13:38 -0000)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Wed, 24 Sep 2008 13:38:17 +0000 (13:38 -0000)
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>
package/games/lxdoom/lxdoom.mk

index 71d36f49817291c3691b677d34da1e0848ffe2ee..dd29cb9dba1aaee62d1c7697086f391c87b357b9 100644 (file)
@@ -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))