support more locations for pixbufloader-bmp
This commit is contained in:
parent
34403fc1f4
commit
5dcc40cfdb
|
|
@ -24,19 +24,25 @@ finkgetdeps()
|
|||
finkgetdeps "$INSTALLDIR/radiant.$EXE"
|
||||
echo Warning: this only works if only ONE version of gtk-2.0 and pango is installed
|
||||
|
||||
for LIB in "$MACLIBDIR"/gtk-2.0/*/loaders/libpixbufloader-bmp.so; do
|
||||
LAST=
|
||||
for LIB in "$MACLIBDIR"/gtk-2.0/*/loaders/libpixbufloader-bmp.so "$MACLIBDIR"/gdk-pixbuf-2.0/*/loaders/libpixbufloader-bmp.so; do
|
||||
[ -f "$LIB" ] || continue
|
||||
LAST=$LIB
|
||||
done
|
||||
cp -L "$LAST" "$INSTALLDIR"
|
||||
finkgetdeps "$LAST"
|
||||
|
||||
LAST=
|
||||
for LIB in "$MACLIBDIR"/pango/*/modules/pango-basic-fc.so; do
|
||||
[ -f "$LIB" ] || continue
|
||||
LAST=$LIB
|
||||
done
|
||||
cp -L "$LAST" "$INSTALLDIR"
|
||||
finkgetdeps "$LAST"
|
||||
|
||||
LAST=
|
||||
for LIB in "$MACLIBDIR"/pango/*/modules/pango-basic-x.so; do
|
||||
[ -f "$LIB" ] || continue
|
||||
LAST=$LIB
|
||||
done
|
||||
cp -L "$LAST" "$INSTALLDIR"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user