From a6deca0ad390d29ada6d72584a1be835a3913139 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Mon, 2 Sep 2019 22:09:14 +0100 Subject: libnsgif: Add libnsgif backend --- .builds/debian.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.builds/debian.yml') diff --git a/.builds/debian.yml b/.builds/debian.yml index 81e2959..aed4546 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -23,6 +23,8 @@ tasks: - configure: | cd imv sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk + # libnsgif isn't packaged by debian + sed -i -e 's/BACKEND_LIBNSGIF=yes/BACKEND_LIBNSGIF=no/' config.mk cat config.mk - gcc: | cd imv -- cgit v1.2.3