[package] libwnck needs gdk-pixbuf-csource installed on the buildhost. Fixes #4980

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16067 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2009-05-25 18:01:21 +00:00
parent d830bb4589
commit a802cb758b

View File

@ -57,4 +57,8 @@ define Package/libwnck/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/
endef
$(eval $(call RequireCommand,gdk-pixbuf-csource, \
Please install gtk2.0-dev \
))
$(eval $(call BuildPackage,libwnck))