From 93341a451ead1c9cab329d97d912f7a4cbc4a02f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 23 Nov 2009 11:21:46 +0100 Subject: magiccube4d: needs C++ and X11 support Signed-off-by: Peter Korsgaard --- CHANGES | 6 +++--- package/games/magiccube4d/Config.in | 5 +++++ package/games/magiccube4d/magiccube4d.mk | 1 + 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)) -- cgit v1.2.3