From 11b5de4456fcc508d7f138a005e0f0fc5f69011f Mon Sep 17 00:00:00 2001 From: PB Date: Wed, 8 Nov 2023 06:53:59 +0000 Subject: [PATCH] mtpaint - remove nowebp build option Follow on from: https://github.com/puppylinux-woof-CE/woof-CE/pull/4179 --- woof-code/rootfs-petbuilds/mtpaint/petbuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/woof-code/rootfs-petbuilds/mtpaint/petbuild b/woof-code/rootfs-petbuilds/mtpaint/petbuild index 5b62f0c2c95..e9cdd4aba28 100755 --- a/woof-code/rootfs-petbuilds/mtpaint/petbuild +++ b/woof-code/rootfs-petbuilds/mtpaint/petbuild @@ -7,13 +7,13 @@ build() { cd mtPaint-199472ad6a4ecee6c8583fb5a504a2e99712b4fc patch -p1 < ../wayland.patch if [ $PETBUILD_GTK -eq 3 ]; then - ./configure gtk3 gtkfilesel gtkcolsel cflags nojp2 notiff nowebp nolcms intl --prefix=/usr + ./configure gtk3 gtkfilesel gtkcolsel cflags nojp2 notiff nolcms intl --prefix=/usr else - ./configure gtk2 gtkfilesel gtkcolsel cflags nojp2 notiff nowebp nolcms intl --prefix=/usr + ./configure gtk2 gtkfilesel gtkcolsel cflags nojp2 notiff nolcms intl --prefix=/usr fi make make install sed -e 's/^Categories=.*/Categories=RasterGraphics;/' -e 's/^Icon=mtpaint$/&.png/' -i doc/mtpaint.desktop install -D -m 644 doc/mtpaint.desktop /usr/share/applications/mtpaint.desktop install -D -m 644 doc/mtpaint.png /usr/share/pixmaps/mtpaint.png -} \ No newline at end of file +}