summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-11-23 11:24:34 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-11-23 11:24:34 +0100
commit2795e3d902def40679c01336c4c263df2a1a0f10 (patch)
tree0747385cac30d6bdc62e305b449b175977708c60
parent93341a451ead1c9cab329d97d912f7a4cbc4a02f (diff)
downloadbuildroot-novena-2795e3d902def40679c01336c4c263df2a1a0f10.tar.gz
buildroot-novena-2795e3d902def40679c01336c4c263df2a1a0f10.zip
rubix: needs X11 support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES2
-rw-r--r--package/games/rubix/Config.in1
-rw-r--r--package/games/rubix/rubix.mk2
3 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ba14e67e9..ff911fffd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,7 +27,7 @@
liblockfile, libmad, libpcap, libupnp, libuuid, lighttpd, ltrace,
lua, lzma, magiccube4d, matchbox, mdadm, nbd, ncftp, ncurses,
netkittelnet, netsnmp, ntfs-3g, openntp, openssl, php, python, quagga,
- radvd, rsync, samba, sawman, sdl, shared-mime-info, spawn-fcgi,
+ radvd, rsync, rubix, samba, sawman, sdl, shared-mime-info, spawn-fcgi,
speech-tools, sqlite, squashfs, synergy, syslinux, target-binutils,
tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
xdata_xcursor-themes, xstroke, zlib
diff --git a/package/games/rubix/Config.in b/package/games/rubix/Config.in
index 46dc5ec4c..6da8c71df 100644
--- a/package/games/rubix/Config.in
+++ b/package/games/rubix/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_RUBIX
bool "rubix"
+ depends on BR2_PACKAGE_XORG7
help
A 3D rubiks cube game for X
diff --git a/package/games/rubix/rubix.mk b/package/games/rubix/rubix.mk
index d81780a0a..308e94be5 100644
--- a/package/games/rubix/rubix.mk
+++ b/package/games/rubix/rubix.mk
@@ -12,5 +12,7 @@ RUBIX_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install
RUBIX_MAKE_OPT = CC=$(TARGET_CC) XINC="-I$(STAGING_DIR)/usr/include/X11" XLIB="-L$(STAGING_DIR)/usr/lib -lX11"
+RUBIX_DEPENDENCIES = xserver_xorg-server
+
$(eval $(call AUTOTARGETS,package/games,rubix))