mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
magiccube4d: needs C++ and X11 support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5bb205b8e2
commit
93341a451e
6
CHANGES
6
CHANGES
@ -25,9 +25,9 @@
|
|||||||
gst-plugins-base, gst-plugins-good, imagemagick, ipkg, iptables,
|
gst-plugins-base, gst-plugins-good, imagemagick, ipkg, iptables,
|
||||||
iw, kernel-headers, kismet, libelf, libevent, libglib2, libidn,
|
iw, kernel-headers, kismet, libelf, libevent, libglib2, libidn,
|
||||||
liblockfile, libmad, libpcap, libupnp, libuuid, lighttpd, ltrace,
|
liblockfile, libmad, libpcap, libupnp, libuuid, lighttpd, ltrace,
|
||||||
lua, lzma, matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet,
|
lua, lzma, magiccube4d, matchbox, mdadm, nbd, ncftp, ncurses,
|
||||||
netsnmp, ntfs-3g, openntp, openssl, php, python, quagga, radvd,
|
netkittelnet, netsnmp, ntfs-3g, openntp, openssl, php, python, quagga,
|
||||||
rsync, samba, sawman, sdl, shared-mime-info, spawn-fcgi,
|
radvd, rsync, samba, sawman, sdl, shared-mime-info, spawn-fcgi,
|
||||||
speech-tools, sqlite, squashfs, synergy, syslinux, target-binutils,
|
speech-tools, sqlite, squashfs, synergy, syslinux, target-binutils,
|
||||||
tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
|
tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
|
||||||
xdata_xcursor-themes, xstroke, zlib
|
xdata_xcursor-themes, xstroke, zlib
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
config BR2_PACKAGE_MAGICCUBE4D
|
config BR2_PACKAGE_MAGICCUBE4D
|
||||||
bool "magiccube4d"
|
bool "magiccube4d"
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_PACKAGE_XORG7
|
||||||
help
|
help
|
||||||
Another rubiks cube-like game in 4D
|
Another rubiks cube-like game in 4D
|
||||||
|
|
||||||
http://avr32linux.org/twiki/bin/viewfile/Main
|
http://avr32linux.org/twiki/bin/viewfile/Main
|
||||||
|
|
||||||
|
comment "magiccube4d requires a toolchain with C++ support enabled"
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7
|
||||||
|
@ -9,6 +9,7 @@ MAGICCUBE4D_SITE = http://avr32linux.org/twiki/pub/Main/MagicCube4D
|
|||||||
MAGICCUBE4D_INSTALL_STAGING = NO
|
MAGICCUBE4D_INSTALL_STAGING = NO
|
||||||
MAGICCUBE4D_INSTALL_TARGET = YES
|
MAGICCUBE4D_INSTALL_TARGET = YES
|
||||||
MAGICCUBE4D_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install
|
MAGICCUBE4D_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install
|
||||||
|
MAGICCUBE4D_DEPENDENCIES = xserver_xorg-server
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package/games,magiccube4d))
|
$(eval $(call AUTOTARGETS,package/games,magiccube4d))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user