1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-02 22:04:12 +03:00

liballegro: make allegro-setup operate on correct config file

This commit is contained in:
David Kühling 2011-06-03 12:16:19 +02:00
parent 7dc3d44707
commit 58cdfd4ebc

View File

@ -168,7 +168,7 @@ ifneq ($(CONFIG_CCACHE),)
CMAKE_CXX_COMPILER:=ccache
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
CMAKE_OPTIONS = \