From: John Crispin Date: Sat, 24 May 2008 17:28:55 +0000 (+0000) Subject: fixes wrong dependncy X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=86014530f79577fa2d9f38e42a20e3e35e8903ca;p=openwrt%2Fsvn-archive%2Fpackages.git fixes wrong dependncy SVN-Revision: 11261 --- diff --git a/XOrg/lib/pixman/Makefile b/XOrg/lib/pixman/Makefile index 970fd2e71..953275f74 100644 --- a/XOrg/lib/pixman/Makefile +++ b/XOrg/lib/pixman/Makefile @@ -25,7 +25,7 @@ define Package/pixman CATEGORY:=Xorg SUBMENU:=libraries TITLE:=pixman - DEPENDS:=+xorg-server-essentials +gtk2.10.14 + DEPENDS:=+xorg-server-essentials endef define Build/Configure