summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-09-16 19:36:42 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:55 +0200
commit531b190f4f77d7fe3c43e9d4bdc79e52a26f81a5 (patch)
tree7e8e4bf599ded9f894ced25fb3bd21fc0faa51a9 /Makefile.config
parent53a37dc91305c704304c6306bdc6817686468e71 (diff)
downloadnetsurf-531b190f4f77d7fe3c43e9d4bdc79e52a26f81a5.tar.gz
netsurf-531b190f4f77d7fe3c43e9d4bdc79e52a26f81a5.tar.bz2
Restrict build by enforcing Makefile.config
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config28
1 files changed, 28 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
new file mode 100644
index 000000000..05b48162c
--- /dev/null
+++ b/Makefile.config
@@ -0,0 +1,28 @@
+#
+# NetSurf build configuration for KolibriOS
+#
+#
+override NETSURF_USE_CURL := NO
+override NETSURF_USE_OPENSSL := NO
+override NETSURF_USE_PNG := YES
+override NETSURF_USE_BMP := NO
+override NETSURF_USE_JPEG := YES
+override NETSURF_USE_GIF := YES
+override NETSURF_USE_NSSVG := NO
+override NETSURF_USE_VIDEO := NO
+override NETSURF_USE_ROSPRITE := NO
+override NETSURF_USE_NSPSL := NO
+override NETSURF_USE_HARU_PDF := NO
+override NETSURF_USE_NSPSL := NO
+override NETSURF_STRIP_BINARY := NO
+override NETSURF_FB_FONTLIB := freetype
+override NETSURF_USE_DUKTAPE := NO
+override NETSURF_UA_FORMAT_STRING := "NetSurf/%d.%d %s"
+
+# Image formats to be used on kolibri port.
+# override NETSURF_USE_GIF := YES
+# override NETSURF_USE_JPEG := YES
+# override NETSURF_USE_NSSVG := NO
+# override NETSURF_USE_RSVG := NO
+# override NETSURF_USE_PNG := YES
+# override NETSURF_USE_BMP := NO