From: Hans-Christian Egtvedt Date: Wed, 24 Sep 2008 13:38:17 +0000 (-0000) Subject: lxdoom: add dependency to a xserver in Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf61d19bd839201368faa874c3f2cda27d4299ed;p=buildroot.git 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 --- diff --git a/package/games/lxdoom/lxdoom.mk b/package/games/lxdoom/lxdoom.mk index 71d36f4981..dd29cb9dba 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))