fix compile of libmatchbox and possibly other packages by fixing up the libtool fixups

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12506 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2008-09-02 18:51:33 +00:00
parent 1c00d681bf
commit d1d9864802
5 changed files with 9 additions and 5 deletions

View File

@ -23,7 +23,7 @@ define Package/libmatchbox
SECTION:=xorg-libraries
CATEGORY:=Xorg
SUBMENU:=libraries
DEPENDS:=+libX11 +libXft +libpng +libjpeg @DISPLAY_SUPPORT
DEPENDS:=+libX11 +libXft +libpng +libjpeg +libXau +libXdmcp
TITLE:=libmatchbox
URL:=http://matchbox-project.org
endef