From ef3b84d78197acbd45d73a9b1ae44b47b5904290 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 2 Jan 2011 22:53:54 +0100 Subject: backport SDL driver into links2 & fixed build system --- links/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'links/Makefile') 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 -- cgit v1.2.3