summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-11-23 11:21:46 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-11-23 11:21:46 +0100
commit93341a451ead1c9cab329d97d912f7a4cbc4a02f (patch)
tree05d001a4a7ffeef54eea0de7917fa608aac2256a
parent5bb205b8e2d1638ea75002a187968ea4c263d19f (diff)
downloadbuildroot-novena-93341a451ead1c9cab329d97d912f7a4cbc4a02f.tar.gz
buildroot-novena-93341a451ead1c9cab329d97d912f7a4cbc4a02f.zip
magiccube4d: needs C++ and X11 support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES6
-rw-r--r--package/games/magiccube4d/Config.in5
-rw-r--r--package/games/magiccube4d/magiccube4d.mk1
3 files changed, 9 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index a6e10ef4e..ba14e67e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,9 +25,9 @@
gst-plugins-base, gst-plugins-good, imagemagick, ipkg, iptables,
iw, kernel-headers, kismet, libelf, libevent, libglib2, libidn,
liblockfile, libmad, libpcap, libupnp, libuuid, lighttpd, ltrace,
- lua, lzma, matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet,
- netsnmp, ntfs-3g, openntp, openssl, php, python, quagga, radvd,
- rsync, samba, sawman, sdl, shared-mime-info, spawn-fcgi,
+ 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,
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/magiccube4d/Config.in b/package/games/magiccube4d/Config.in
index ba4bceb01..871c3c76b 100644
--- a/package/games/magiccube4d/Config.in
+++ b/package/games/magiccube4d/Config.in
@@ -1,6 +1,11 @@
config BR2_PACKAGE_MAGICCUBE4D
bool "magiccube4d"
+ depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_PACKAGE_XORG7
help
Another rubiks cube-like game in 4D
http://avr32linux.org/twiki/bin/viewfile/Main
+
+comment "magiccube4d requires a toolchain with C++ support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7
diff --git a/package/games/magiccube4d/magiccube4d.mk b/package/games/magiccube4d/magiccube4d.mk
index a92ffd265..20b42317b 100644
--- a/package/games/magiccube4d/magiccube4d.mk
+++ b/package/games/magiccube4d/magiccube4d.mk
@@ -9,6 +9,7 @@ MAGICCUBE4D_SITE = http://avr32linux.org/twiki/pub/Main/MagicCube4D
MAGICCUBE4D_INSTALL_STAGING = NO
MAGICCUBE4D_INSTALL_TARGET = YES
MAGICCUBE4D_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install
+MAGICCUBE4D_DEPENDENCIES = xserver_xorg-server
$(eval $(call AUTOTARGETS,package/games,magiccube4d))