projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20eb783
)
add prereq check for gtk2
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 16 Dec 2007 02:29:33 +0000
(
02:29
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 16 Dec 2007 02:29:33 +0000
(
02:29
+0000)
SVN-Revision: 9772
XOrg/lib/gtk-2.8.20/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/lib/gtk-2.8.20/Makefile
b/XOrg/lib/gtk-2.8.20/Makefile
index bb5895195ac3d96e4ac693675c8cf010f4dfbef6..dbd7cfd66acedec242d9dab66c56d53c91848a2c 100644
(file)
--- a/
XOrg/lib/gtk-2.8.20/Makefile
+++ b/
XOrg/lib/gtk-2.8.20/Makefile
@@
-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 \
+))