summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/Makefile
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-05-14 00:15:05 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-06-10 08:25:29 +0200
commita2a1dabcceaa79e1d95935fa69df250d8af5fe0b (patch)
treee85a1e46274b04135363e467bbda37ff67a840d1 /frontends/kolibrios/Makefile
parent698077fba6bc8d9280d005442779f68a0dd07ddc (diff)
downloadnetsurf-a2a1dabcceaa79e1d95935fa69df250d8af5fe0b.tar.gz
netsurf-a2a1dabcceaa79e1d95935fa69df250d8af5fe0b.tar.bz2
Enable GIF PNG JPEG image formats
Diffstat (limited to 'frontends/kolibrios/Makefile')
-rw-r--r--frontends/kolibrios/Makefile2
1 files changed, 2 insertions, 0 deletions
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)"'