rubix: needs X11 support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard
2009-11-23 11:24:34 +01:00
parent 93341a451e
commit 2795e3d902
3 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
config BR2_PACKAGE_RUBIX
bool "rubix"
depends on BR2_PACKAGE_XORG7
help
A 3D rubiks cube game for X

View File

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