mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
rubix: needs X11 support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_RUBIX
|
||||
bool "rubix"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
help
|
||||
A 3D rubiks cube game for X
|
||||
|
||||
|
||||
@@ -12,5 +12,7 @@ RUBIX_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install
|
||||
|
||||
RUBIX_MAKE_OPT = CC=$(TARGET_CC) XINC="-I$(STAGING_DIR)/usr/include/X11" XLIB="-L$(STAGING_DIR)/usr/lib -lX11"
|
||||
|
||||
RUBIX_DEPENDENCIES = xserver_xorg-server
|
||||
|
||||
$(eval $(call AUTOTARGETS,package/games,rubix))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user