projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c78441b
)
libmatchbox: use nls.mk and depend on check, fix linker errors
author
Florian Fainelli
<florian@openwrt.org>
Sun, 20 Feb 2011 17:25:49 +0000
(17:25 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 20 Feb 2011 17:25:49 +0000
(17:25 +0000)
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 25623
Xorg/lib/libmatchbox/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/libmatchbox/Makefile
b/Xorg/lib/libmatchbox/Makefile
index 657df27490660b5b4094187d17456db9ea785baf..1c7d7062c91afc95040081be919512999ace2a3e 100644
(file)
--- a/
Xorg/lib/libmatchbox/Makefile
+++ b/
Xorg/lib/libmatchbox/Makefile
@@
-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