add prereq check for gtk2

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9772 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-12-16 02:29:33 +00:00
parent 8b3cc234a6
commit 2dda337cd8

View File

@ -56,3 +56,6 @@ define Build/InstallDev
endef
$(eval $(call BuildPackage,gtk-2.8.20))
$(eval $(call RequireCommand,gdk-pixbuf-csource, \
Please install gtk2.0-dev \
))