* [Buildroot] svn commit: trunk/buildroot/package/games/lxdoom
@ 2008-09-24 13:17 egtvedt at uclibc.org
2008-09-24 13:19 ` Hans-Christian Egtvedt
0 siblings, 1 reply; 3+ messages in thread
From: egtvedt at uclibc.org @ 2008-09-24 13:17 UTC (permalink / raw)
To: buildroot
Author: egtvedt
Date: 2008-09-24 06:17:07 -0700 (Wed, 24 Sep 2008)
New Revision: 23467
Log:
lxdoom: make package depend on X11 server
lxdoom depends on a X11 server to be built, this patch will only show lxdoom if
a X11 server is selected and add xserver_xorg-server to the dependency list.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Modified:
trunk/buildroot/package/games/lxdoom/Config.in
Changeset:
Modified: trunk/buildroot/package/games/lxdoom/Config.in
===================================================================
--- trunk/buildroot/package/games/lxdoom/Config.in 2008-09-24 13:11:02 UTC (rev 23466)
+++ trunk/buildroot/package/games/lxdoom/Config.in 2008-09-24 13:17:07 UTC (rev 23467)
@@ -1,4 +1,5 @@
config BR2_PACKAGE_LXDOOM
bool "lxdoom"
+ depends on !BR2_PACKAGE_XSERVER_none
help
This is the linux version of the popular doom game.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/games/lxdoom
2008-09-24 13:17 [Buildroot] svn commit: trunk/buildroot/package/games/lxdoom egtvedt at uclibc.org
@ 2008-09-24 13:19 ` Hans-Christian Egtvedt
0 siblings, 0 replies; 3+ messages in thread
From: Hans-Christian Egtvedt @ 2008-09-24 13:19 UTC (permalink / raw)
To: buildroot
On Wed, 24 Sep 2008 06:17:07 -0700 (PDT)
egtvedt at uclibc.org wrote:
> Author: egtvedt
> Date: 2008-09-24 06:17:07 -0700 (Wed, 24 Sep 2008)
> New Revision: 23467
>
> Log:
> lxdoom: make package depend on X11 server
>
> lxdoom depends on a X11 server to be built, this patch will only show
> lxdoom if a X11 server is selected and add xserver_xorg-server to the
> dependency list.
>
Sorry, obviously missing a vital part of the patch here. I will revert
and recommit.
<snipp patch>
--
Best regards,
Hans-Christian Egtvedt
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/games/lxdoom
@ 2008-09-24 13:38 egtvedt at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: egtvedt at uclibc.org @ 2008-09-24 13:38 UTC (permalink / raw)
To: buildroot
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@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))
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-09-24 13:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 13:17 [Buildroot] svn commit: trunk/buildroot/package/games/lxdoom egtvedt at uclibc.org
2008-09-24 13:19 ` Hans-Christian Egtvedt
-- strict thread matches above, loose matches on Subject: below --
2008-09-24 13:38 egtvedt at uclibc.org
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.