mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
rubix: fix X.org dependency
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
bfee0ba5dd
commit
5eb1269029
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_RUBIX
|
config BR2_PACKAGE_RUBIX
|
||||||
bool "rubix"
|
bool "rubix"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
select BR2_PACKAGE_XLIB_LIBX11
|
||||||
help
|
help
|
||||||
A 3D rubiks cube game for X
|
A 3D rubiks cube game for X
|
||||||
|
|
||||||
|
@ -10,7 +10,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_MAKE_OPT = CC="$(TARGET_CC)" XINC="-I$(STAGING_DIR)/usr/include/X11" XLIB="-L$(STAGING_DIR)/usr/lib -lX11"
|
||||||
|
|
||||||
RUBIX_DEPENDENCIES = xserver_xorg-server
|
RUBIX_DEPENDENCIES = xlib_libX11
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user