Commit cf61d19b authored by Hans-Christian Egtvedt's avatar Hans-Christian Egtvedt
Browse files

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: default avatarHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
parent cbaae749
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))