From: Felix Fietkau Date: Thu, 22 Apr 2010 15:58:53 +0000 (+0000) Subject: python-gnome-desktop2: turn the libwnck dependency into a conditional dependency... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a9c4e4a2aae55ba3101e0e04733257abb69ee073;p=openwrt%2Fsvn-archive%2Fpackages.git python-gnome-desktop2: turn the libwnck dependency into a conditional dependency this prevents it from being added as a build dependency for the whole package, as the other part of this package can be built without wnck fixes builds with the directfb display feature flag SVN-Revision: 21091 --- diff --git a/lang/python-gnome-desktop2/Makefile b/lang/python-gnome-desktop2/Makefile index addb40976..1162c3285 100644 --- a/lang/python-gnome-desktop2/Makefile +++ b/lang/python-gnome-desktop2/Makefile @@ -44,7 +44,7 @@ define Package/python-rsvg endef define Package/python-wnck - $(call Package/python-gnome-desktop/Default,libwnck,+libwnck) + $(call Package/python-gnome-desktop/Default,libwnck,+PACKAGE_python-wnck:libwnck) endef define Build/Configure