Fix matchbox linking.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13438 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a523caf6db
commit
33548c461e
@ -17,13 +17,16 @@ PKG_SOURCE_URL:=http://matchbox-project.org/sources/matchbox-window-manager/$(PK
|
|||||||
|
|
||||||
PKG_FIXUP = libtool
|
PKG_FIXUP = libtool
|
||||||
|
|
||||||
|
TARGET_LDFLAGS+= \
|
||||||
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/matchbox
|
define Package/matchbox
|
||||||
TITLE:=matchbox window manager
|
TITLE:=matchbox window manager
|
||||||
SECTION:=xorg-wm
|
SECTION:=xorg-wm
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
DEPENDS:=+libX11 +zlib +libfreetype +fontconfig +libmatchbox @DISPLAY_SUPPORT
|
DEPENDS:=+libX11 +zlib +libfreetype +fontconfig +libmatchbox
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user