From a2a1dabcceaa79e1d95935fa69df250d8af5fe0b Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Sun, 14 May 2017 00:15:05 +0200 Subject: Enable GIF PNG JPEG image formats --- frontends/kolibrios/Makefile | 2 ++ frontends/kolibrios/Makefile.defaults | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'frontends/kolibrios') diff --git a/frontends/kolibrios/Makefile b/frontends/kolibrios/Makefile index fc065d1b6..742011b06 100644 --- a/frontends/kolibrios/Makefile +++ b/frontends/kolibrios/Makefile @@ -11,6 +11,8 @@ CFLAGS += '-DKOLIBRI_RUNTIME_RESPATH="$(NETSURF_KOLIBRI_RESPATH)"' # Enable PNG and others from here (no pkg config for now) CFLAGS += '-DWITH_PNG' +CFLAGS += '-DWITH_GIF' +CFLAGS += '-DWITH_JPEG' # compile time font locations CFLAGS += '-DNETSURF_FB_FONTPATH="$(NETSURF_KOLIBRI_FONTPATH)"' diff --git a/frontends/kolibrios/Makefile.defaults b/frontends/kolibrios/Makefile.defaults index ef51b6cf4..5441fd04a 100644 --- a/frontends/kolibrios/Makefile.defaults +++ b/frontends/kolibrios/Makefile.defaults @@ -42,3 +42,9 @@ NETSURF_KOLIBRI_RESPATH := /usbhd0/1/res # KolibriOS does not need curl. It has it's own HTTP library. NETSURF_USE_CURL := NO NETSURF_USE_KOLIBRI_HTTPLIB := YES + +# image formats +NETSURF_USE_PNG := YES +NETSURF_USE_GIF := YES +NETSURF_USE_JPEG := YES +NETSURF_USE_BMP := NO -- cgit v1.2.3