mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:03:10 +02:00
links: update version, enable openssl, enable svgalib (working!)
directfb is not working -\
This commit is contained in:
parent
70f6198d84
commit
d799c0a8b3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user