summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-10-23 13:54:35 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-10-23 13:54:35 +0000
commitc94bf68751b9aa63462e6c0631e1d0b307542325 (patch)
tree24b670a18827c44871c28a6ace7e35833ec71945 /Makefile.defaults
parent23df373b3b2d055742e15154ebb7527ced7f3f11 (diff)
downloadnetsurf-c94bf68751b9aa63462e6c0631e1d0b307542325.tar.gz
netsurf-c94bf68751b9aa63462e6c0631e1d0b307542325.tar.bz2
Do not build with webp support by default on GTK.
Firstly, almost noone has the libraries installed. Secondly, it requires a documentation update before it can be enabled. Thirdly, we should be using pkg-config to detect the presence of libraries on platforms that support it. svn path=/trunk/netsurf/; revision=10896
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index 71b2afa48..29e5c22a0 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -146,10 +146,6 @@ ifeq ($(TARGET),gtk)
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := AUTO
- # Enable NetSurf's use of libwebp/libvpx for displaying WebPs
- # Valid options: YES, NO
- NETSURF_USE_WEBP := YES
-
# Configuration overrides for Mac OS X
ifeq ($(HOST),macosx)
NETSURF_USE_LIBICONV_PLUG := NO