aboutsummaryrefslogtreecommitdiff
path: root/.builds/debian.yml
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-09-02 22:09:14 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-09-02 22:25:48 +0100
commita6deca0ad390d29ada6d72584a1be835a3913139 (patch)
tree2d9a8dc2900d91528535a5b10a056f2d5e05177b /.builds/debian.yml
parentc04a71d4a1306d23bd8f4ae2f4eba24290c78aeb (diff)
downloadimv-a6deca0ad390d29ada6d72584a1be835a3913139.tar.gz
libnsgif: Add libnsgif backend
Diffstat (limited to '.builds/debian.yml')
-rw-r--r--.builds/debian.yml2
1 files changed, 2 insertions, 0 deletions
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