Skip to content

Commit

Permalink
mtpaint - remove nowebp build option
Browse files Browse the repository at this point in the history
Follow on from:
puppylinux-woof-CE#4179
  • Loading branch information
peabee authored Nov 8, 2023
1 parent 357a37b commit 11b5de4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions woof-code/rootfs-petbuilds/mtpaint/petbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 11b5de4

Please sign in to comment.