1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-21 23:44:05 +02:00

dgclock: fix build

This commit is contained in:
kyak 2012-03-28 23:20:46 +04:00
parent 4206f29560
commit e09fbf7a73

View File

@ -26,7 +26,7 @@ TARGET_CFLAGS += \
TARGET_LDFLAGS += \
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
-lSDL -lSDL_ttf
-lSDL -lSDL_ttf -lm
define Package/dgclock
SECTION:=xorg-apps