[Buildroot] svn commit: trunk/buildroot/package/games/lxdoom

egtvedt at uclibc.org egtvedt at uclibc.org
Wed Sep 24 13:38:18 UTC 2008


Author: egtvedt
Date: 2008-09-24 06:38:17 -0700 (Wed, 24 Sep 2008)
New Revision: 23468

Log:
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 at atmel.com>



Modified:
   trunk/buildroot/package/games/lxdoom/lxdoom.mk


Changeset:
Modified: trunk/buildroot/package/games/lxdoom/lxdoom.mk
===================================================================
--- trunk/buildroot/package/games/lxdoom/lxdoom.mk	2008-09-24 13:17:07 UTC (rev 23467)
+++ trunk/buildroot/package/games/lxdoom/lxdoom.mk	2008-09-24 13:38:17 UTC (rev 23468)
@@ -15,6 +15,6 @@
 		--includedir=/usr/include --enable-shared \
 		$(DISABLE_NLS)
 
-LXDOOM_DEPENDENCIES = uclibc
+LXDOOM_DEPENDENCIES = xserver_xorg-server
 
 $(eval $(call AUTOTARGETS,package/games,lxdoom))




More information about the buildroot mailing list