mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-25 07:18:27 +02:00
Merge branch 'master' of projects.qi-hardware.com:openwrt-packages
This commit is contained in:
commit
50c19aac96
@ -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