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 --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2f0ff1d..79fd23a 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,12 @@ ifeq ($(BACKEND_LIBRSVG),yes) override LIBS += $(shell pkg-config --libs librsvg-2.0) endif +ifeq ($(BACKEND_LIBNSGIF),yes) + SOURCES += src/backend_libnsgif.c + override CPPFLAGS += -DIMV_BACKEND_LIBNSGIF $(shell pkg-config --cflags libnsgif) + override LIBS += $(shell pkg-config --libs libnsgif) +endif + TEST_SOURCES := test/list.c test/navigator.c -- cgit v1.2.3