diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 22:53:54 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 22:53:54 +0100 |
| commit | ef3b84d78197acbd45d73a9b1ae44b47b5904290 (patch) | |
| tree | c964dc8184163c1afbc345ea922177f3c15f2d80 /links/Makefile | |
| parent | 59168bedd25cd2d3e91feccc15fdcbfac59b60ea (diff) | |
| download | qipackages-fork-ef3b84d78197acbd45d73a9b1ae44b47b5904290.tar.gz | |
backport SDL driver into links2 & fixed build system
Diffstat (limited to 'links/Makefile')
| -rw-r--r-- | links/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/links/Makefile b/links/Makefile index 3028528..a031b88 100644 --- a/links/Makefile +++ b/links/Makefile @@ -26,7 +26,7 @@ define Package/links SECTION:=net CATEGORY:=Network URL:=http://links.twibright.com/ - DEPENDS:=+libpng +libtiff + DEPENDS:=+libpng +libtiff +libsdl endef define Package/links/description @@ -42,10 +42,13 @@ CONFIGURE_ARGS += --enable-graphics \ --without-x \ --without-fb -TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/directfb - CONFIGURE_VARS += \ - DIRECTFB_CONFIG="$(STAGING_DIR)/root-xburst/usr/bin/directfb-config" + DIRECTFB_CONFIG="$(STAGING_DIR)/root-xburst/usr/bin/directfb-config --prefix=$(STAGING_DIR)/usr" + +define Build/Configure + (cd $(PKG_BUILD_DIR); autoreconf -fi ); + $(call Build/Configure/Default) +endef define Package/links/install $(INSTALL_DIR) $(1)/usr/bin |
