projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c31690
)
add prereq check for xfonts-utils
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Dec 2007 23:19:41 +0000
(23:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Dec 2007 23:19:41 +0000
(23:19 +0000)
SVN-Revision: 9769
XOrg/font/font-misc-misc/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/font/font-misc-misc/Makefile
b/XOrg/font/font-misc-misc/Makefile
index d5c16531ddad91c5636a3b99bea0629ca8c2347b..37aa3d6a9dcbff58bc88228a137561c5adb1dd11 100644
(file)
--- a/
XOrg/font/font-misc-misc/Makefile
+++ b/
XOrg/font/font-misc-misc/Makefile
@@
-123,3
+123,12
@@
endef
$(eval $(call BuildPackage,font-misc-misc))
$(eval $(call BuildPackage,font-base))
+
+# FIXME: replace with native versions
+$(eval $(call RequireCommand,mkfontscale, \
+ Please install mkfontscale (usually in xfonts-utils) \
+))
+$(eval $(call RequireCommand,mkfontdir, \
+ Please install mkfontdir (usually in xfonts-utils) \
+))
+