SDL: fixed pkg-config script to output dependencies for iculx and icui18n
This commit is contained in:
@@ -89,6 +89,7 @@ while test $# -gt 0; do
|
||||
echo -I${prefix}/include
|
||||
;;
|
||||
--libs|--static-libs)
|
||||
echo "=====> $0 $@: PKG '$PKG'" > /dev/stderr
|
||||
case $PKG in
|
||||
curl|libcurl)
|
||||
echo -lcurl-sdl -l:libssl.so.sdl.1.so -l:libcrypto.so.sdl.1.so
|
||||
@@ -102,11 +103,31 @@ while test $# -gt 0; do
|
||||
expat|libexpat)
|
||||
echo -lexpat-sdl
|
||||
;;
|
||||
fontconfig|libfontconfig)
|
||||
echo -lfontconfig -lexpat-sdl
|
||||
;;
|
||||
iculx|icu-lx|libiculx)
|
||||
echo -liculx -licu-le-hb -lharfbuzz -licuuc -licudata
|
||||
;;
|
||||
icui18n|icu-i18n|libicui18n)
|
||||
echo -licui18n -licuuc -licudata
|
||||
;;
|
||||
png|libpng)
|
||||
echo -lpng -lz
|
||||
;;
|
||||
lzma|liblzma)
|
||||
echo -llzma -lz
|
||||
;;
|
||||
lzo|liblzo)
|
||||
echo -llzo -lz
|
||||
;;
|
||||
*)
|
||||
echo -l$PKG
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
--static)
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user