magiccube4d: needs C++ and X11 support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2009-11-23 11:21:46 +01:00
parent 5bb205b8e2
commit 93341a451e
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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))