projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd654d7
)
add pkg-config prereq
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Oct 2006 17:53:26 +0000
(17:53 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Oct 2006 17:53:26 +0000
(17:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4888
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/avahi/Makefile
patch
|
blob
|
history
diff --git
a/libs/avahi/Makefile
b/libs/avahi/Makefile
index
da02db8
..
d6ebefd
100644
(file)
--- a/
libs/avahi/Makefile
+++ b/
libs/avahi/Makefile
@@
-198,3
+198,8
@@
endef
$(eval $(call BuildPackage,libavahi))
$(eval $(call BuildPackage,avahi-daemon))
$(eval $(call BuildPackage,avahi-dnsconfd))
+
+$(eval $(call RequireCommand,pkg-config, \
+ $(PKG_NAME) requires pkg-config. \
+))
+