Commit 93341a45 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

magiccube4d: needs C++ and X11 support

parent 5bb205b8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
+5 −0
Original line number Diff line number Diff line
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
+1 −0
Original line number Diff line number Diff line
@@ -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))