summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-04 17:11:05 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-04 17:11:05 +0000
commit7853fbbc4e3ed8e6a77d7f01fa6565c37b5fde4e (patch)
tree44fb952fc77b5b72b01112574361856b523e650e /atari/Makefile.target
parentc43c456d0505c2b9ee117bf1f5f40fb9be36f1a1 (diff)
parentf7916866e3e4a81a2ba69d75b04ee6c45673429e (diff)
downloadnetsurf-7853fbbc4e3ed8e6a77d7f01fa6565c37b5fde4e.tar.gz
netsurf-7853fbbc4e3ed8e6a77d7f01fa6565c37b5fde4e.tar.bz2
Merge branch 'vince/mngectomy'
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target1
1 files changed, 0 insertions, 1 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 283361355..bc79b0625 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -35,7 +35,6 @@ endif
FREETYPE_FONT_CFLAGS := $(shell freetype-config --cflags) -DWITH_FREETYPE_FONT_DRIVER
SPIDERMONKEY_CFLAGS := -DWITH_MOZJS -DXP_UNIX -DJS_HAS_FILE_OBJECT=0 -DJSOPTION_JIT=0 -DPOSIX_SOURCE -D_BSD_SOURCE
-$(eval $(call feature_enabled,MNG,-DWITH_MNG,-lmng,PNG/MNG/JNG (libmng)))
$(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG (libpng)))
$(eval $(call feature_enabled,MOZJS,$(SPIDERMONKEY_CFLAGS),-ljs,JavaScript (Spidermonkey)))
$(eval $(call feature_enabled,ATARI_FREETYPE_FONT,$(FREETYPE_FONT_CFLAGS),-lfreetype,(Freetype)))