[package] libmatchbox: use nls.mk and depend on check, fix linker errors
Signed-off-by: Jochen Friedrich <jochen@scram.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@25623 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
16c68842b1
commit
5db0f75661
@ -19,6 +19,7 @@ PKG_FIXUP:=libtool
|
||||
EXTRA_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib/
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
@ -26,7 +27,7 @@ define Package/libmatchbox
|
||||
SECTION:=xorg-libraries
|
||||
CATEGORY:=Xorg
|
||||
SUBMENU:=libraries
|
||||
DEPENDS:=+libX11 +libXft +libpng +libjpeg +libXext +pango
|
||||
DEPENDS:=+libX11 +libXft +libpng +libjpeg +libXext +pango +check
|
||||
TITLE:=libmatchbox
|
||||
URL:=http://matchbox-project.org
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user