summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-12-02 19:11:04 +0000
committerVincent Sanders <vince@kyllikki.org>2019-12-02 19:11:04 +0000
commit773298ad44156d8ffa298897a33bafc6d7517e88 (patch)
tree700d28d3f5abc0e7bed3f5c92203a06ceaa8bc4b /Makefile
parent78b690d42636517d92f1dd158a19f025aff62152 (diff)
downloadnetsurf-all-773298ad44156d8ffa298897a33bafc6d7517e88.tar.gz
netsurf-all-773298ad44156d8ffa298897a33bafc6d7517e88.tar.bz2
default target is now gtk2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 78d645e..3559a29 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,8 @@
# NetSurf Source makefile for libraries and browser
#
# The TARGET variable changes what toolkit is built for valid values are:
-# gtk (default if unset)
+# gtk2 (default if unset)
+# gtk3
# riscos
# framebuffer
# amiga
@@ -38,7 +39,7 @@ NSLIB_RO_TARG := librufl libpencil
# Build Environment
-export TARGET ?= gtk
+export TARGET ?= gtk2
TMP_PREFIX := $(CURDIR)/inst-$(TARGET)
export PKG_CONFIG_PATH := $(TMP_PREFIX)/lib/pkgconfig:$(PKG_CONFIG_PATH)
export PATH := $(PATH):$(TMP_PREFIX)/bin/