projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b516db
)
Fix matchbox linking.
author
Lars-Peter Clausen
<lars@metafoo.de>
Sat, 29 Nov 2008 23:15:20 +0000
(23:15 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Sat, 29 Nov 2008 23:15:20 +0000
(23:15 +0000)
SVN-Revision: 13438
Xorg/app/matchbox/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/app/matchbox/Makefile
b/Xorg/app/matchbox/Makefile
index d08a8ede44dd104d9067c75193cc04d07c37c4b0..e00b0435f8fbeaba0b7aba9afc9876f25a59c63a 100644
(file)
--- a/
Xorg/app/matchbox/Makefile
+++ b/
Xorg/app/matchbox/Makefile
@@
-17,13
+17,16
@@
PKG_SOURCE_URL:=http://matchbox-project.org/sources/matchbox-window-manager/$(PK
PKG_FIXUP = libtool
+TARGET_LDFLAGS+= \
+ -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
+
include $(INCLUDE_DIR)/package.mk
define Package/matchbox
TITLE:=matchbox window manager
SECTION:=xorg-wm
CATEGORY:=Xorg
- DEPENDS:=+libX11 +zlib +libfreetype +fontconfig +libmatchbox
@DISPLAY_SUPPORT
+ DEPENDS:=+libX11 +zlib +libfreetype +fontconfig +libmatchbox
endef
define Build/Compile