From: Jens Muecke Date: Sat, 26 Jan 2008 22:47:05 +0000 (+0000) Subject: Adding missing dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f4d5b1ce40a2ca42d5d1bf7102a53eafd6fa4135;p=openwrt%2Fsvn-archive%2Fpackages.git Adding missing dependency SVN-Revision: 10277 --- diff --git a/XOrg/app/matchbox/Makefile b/XOrg/app/matchbox/Makefile index 5cd7dca97..282bde433 100644 --- a/XOrg/app/matchbox/Makefile +++ b/XOrg/app/matchbox/Makefile @@ -23,7 +23,7 @@ define Package/matchbox TITLE:=matchbox window manager SECTION:=xorg-wm CATEGORY:=Xorg - DEPENDS:=+xorg-server-essentials +zlib +libfreetype +fontconfig @DISPLAY_SUPPORT + DEPENDS:=+xorg-server-essentials +zlib +libfreetype +fontconfig +libmatchbox @DISPLAY_SUPPORT endef define Build/Compile