Explorar o código

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>
Hans-Christian Egtvedt %!s(int64=17) %!d(string=hai) anos
pai
achega
cf61d19bd8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/games/lxdoom/lxdoom.mk

+ 1 - 1
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))