mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 18:34:41 +02:00
liballegro: make allegro-setup operate on correct config file
This commit is contained in:
parent
7dc3d44707
commit
58cdfd4ebc
@ -168,7 +168,7 @@ ifneq ($(CONFIG_CCACHE),)
|
|||||||
CMAKE_CXX_COMPILER:=ccache
|
CMAKE_CXX_COMPILER:=ccache
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_CFLAGS = -DSETUP_SCREEN_W=320 -DSETUP_SCREEN_H=240
|
EXTRA_CFLAGS = -DSETUP_SCREEN_W=320 -DSETUP_SCREEN_H=240 -DSETUP_CFG_FILE=\\\"/etc/allegrorc\\\"
|
||||||
TARGET_LDFLAGS = -L$(STAGING_DIR)/usr/lib -ldl -lrt
|
TARGET_LDFLAGS = -L$(STAGING_DIR)/usr/lib -ldl -lrt
|
||||||
|
|
||||||
CMAKE_OPTIONS = \
|
CMAKE_OPTIONS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user