mirror of https://github.com/GNOME/gimp.git
build: enable QOI format on Windows
and associate in the installer.
This commit is contained in:
parent
77d3aa1a5b
commit
04b97dc97c
|
@ -43,6 +43,7 @@ crossroad install appstream-glib \
|
|||
libwmf \
|
||||
openexr \
|
||||
poppler poppler-data \
|
||||
qoi \
|
||||
xpm-nox
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
|
@ -66,6 +66,7 @@ pacman --noconfirm -S --needed \
|
|||
mingw-w64-$MSYS2_ARCH-shared-mime-info \
|
||||
mingw-w64-$MSYS2_ARCH-suitesparse \
|
||||
mingw-w64-$MSYS2_ARCH-vala \
|
||||
mingw-w64-$MSYS2_ARCH-qoi \
|
||||
mingw-w64-$MSYS2_ARCH-xpm-nox
|
||||
|
||||
# XXX We've got a weird error when the prefix is in the current dir.
|
||||
|
|
|
@ -67,3 +67,4 @@ alpha
|
|||
als
|
||||
xbm
|
||||
ora
|
||||
qoi
|
||||
|
|
Loading…
Reference in New Issue