Changeset - r22195:1fb2e07720ab
[Not reviewed]
master
0 1 0
rubidium - 9 years ago 2015-08-09 12:42:52
rubidium@openttd.org
(svn r27375) -Fix-ish: update help parameter for png configuration (it has used pkg-config for a long time)
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -3540,13 +3540,14 @@ showhelp() {
 
	echo "  --with-sdl[=\"pkg-config sdl\"]  enables SDL video driver support"
 
	echo "  --with-zlib[=\"pkg-config zlib\"]"
 
	echo "                                 enables zlib support"
 
	echo "  --with-liblzma[=\"pkg-config liblzma\"]"
 
	echo "                                 enables liblzma support"
 
	echo "  --with-liblzo2[=liblzo2.a]     enables liblzo2 support"
 
	echo "  --with-png[=libpng-config]     enables libpng support"
 
	echo "  --with-png[=\"pkg-config libpng\"]"
 
	echo "                                 enables libpng support"
 
	echo "  --with-freetype[=\"pkg-config freetype2\"]"
 
	echo "                                 enables libfreetype support"
 
	echo "  --with-fontconfig[=\"pkg-config fontconfig\"]"
 
	echo "                                 enables fontconfig support"
 
	echo "  --with-xdg-basedir[=\"pkg-config libxdg-basedir\"]"
 
	echo "                                 enables XDG base directory support"
0 comments (0 inline, 0 general)