mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 06:03:08 +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
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=links
|
PKG_NAME:=links
|
||||||
PKG_VERSION:=2.2
|
PKG_VERSION:=2.3pre1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://links.twibright.com/download/
|
PKG_SOURCE_URL:=http://links.twibright.com/download/
|
||||||
@ -27,7 +27,7 @@ define Package/links
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
URL:=http://links.twibright.com/
|
URL:=http://links.twibright.com/
|
||||||
DEPENDS:=+libpng +libtiff
|
DEPENDS:=+libpng +libtiff +libopenssl +directfb +svgalib +libjpeg
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/links/description
|
define Package/links/description
|
||||||
@ -42,11 +42,9 @@ endef
|
|||||||
CONFIGURE_ARGS += --enable-graphics \
|
CONFIGURE_ARGS += --enable-graphics \
|
||||||
--enable-debuglevel=0 \
|
--enable-debuglevel=0 \
|
||||||
--without-gpm \
|
--without-gpm \
|
||||||
--without-svgalib \
|
|
||||||
--without-pmshell \
|
--without-pmshell \
|
||||||
--without-atheos \
|
--without-atheos \
|
||||||
--without-x \
|
--without-x
|
||||||
--without-fb
|
|
||||||
|
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/directfb
|
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/directfb
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user