mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Fix bug of not generating makefiles for mng. Thanks to Dmitry Kubov <Dmitry@north.cs.msu.su> for the patch
This commit is contained in:
parent
806e769d34
commit
39c325b9c2
@ -785,7 +785,7 @@ if [ ! "$SYSTEM_PNG" ]; then
|
||||
MAKEFILES_libimg="$MAKEFILES_libimg modules/libimg/png/Makefile"
|
||||
fi
|
||||
|
||||
if [ "$SYSTEM_MNG" ]; then
|
||||
if [ ! "$SYSTEM_MNG" ]; then
|
||||
MAKEFILES_libimg="$MAKEFILES_libimg modules/libimg/mng/Makefile"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user