summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-12-02 10:43:25 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-12-02 10:43:25 +0000
commit1d73269a49bfbbcf0e42dd88a11c0861e3e967e6 (patch)
tree993030fe3706c43f72e1dac190f67a62d6b98664 /Makefile
parent2c953cdf97171ab84e2756f59073839ea20ca74c (diff)
downloadnetsurf-1d73269a49bfbbcf0e42dd88a11c0861e3e967e6.tar.gz
netsurf-1d73269a49bfbbcf0e42dd88a11c0861e3e967e6.tar.bz2
Buildsystem: Change default nsgtk build from gtk2 to gtk3.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 899dfeef9..166bf81a0 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ endif
# Default target is GTK backend
ifeq ($(TARGET),)
- TARGET := gtk2
+ TARGET := gtk3
endif
# valid values for the TARGET