From d799c0a8b35d016653163afb18b1fcea788b1cc1 Mon Sep 17 00:00:00 2001 From: kyak Date: Wed, 9 Feb 2011 11:57:00 +0300 Subject: [PATCH] links: update version, enable openssl, enable svgalib (working!) directfb is not working -\ --- links/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/links/Makefile b/links/Makefile index cc47925..68e406b 100644 --- a/links/Makefile +++ b/links/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=links -PKG_VERSION:=2.2 +PKG_VERSION:=2.3pre1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://links.twibright.com/download/ @@ -27,7 +27,7 @@ define Package/links SECTION:=net CATEGORY:=Network URL:=http://links.twibright.com/ - DEPENDS:=+libpng +libtiff + DEPENDS:=+libpng +libtiff +libopenssl +directfb +svgalib +libjpeg endef define Package/links/description @@ -42,11 +42,9 @@ endef CONFIGURE_ARGS += --enable-graphics \ --enable-debuglevel=0 \ --without-gpm \ - --without-svgalib \ --without-pmshell \ --without-atheos \ - --without-x \ - --without-fb + --without-x TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/directfb