mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 06:31:54 +02:00
[links] compiles and runs in text and graphics mode.
Graphics mode however runs slowly and will quickly exhaust system memory without ram. Also runs off-centered.
This commit is contained in:
parent
8b355f7078
commit
02f7d8f0cd
@ -25,7 +25,7 @@ define Package/links
|
||||
SECTION:=network
|
||||
CATEGORY:=Network
|
||||
URL:=http://links.twibright.com/
|
||||
DEPENDS:=@BROKEN
|
||||
DEPENDS:=+libpng +libtiff
|
||||
endef
|
||||
|
||||
define Package/links/description
|
||||
@ -41,6 +41,11 @@ 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"
|
||||
|
||||
define Package/links/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/links $(1)/usr/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user