summaryrefslogtreecommitdiff
path: root/frontends/gtk/Makefile.tools
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/Makefile.tools')
-rw-r--r--frontends/gtk/Makefile.tools4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/gtk/Makefile.tools b/frontends/gtk/Makefile.tools
index 5331dcc71..67e3a8a6f 100644
--- a/frontends/gtk/Makefile.tools
+++ b/frontends/gtk/Makefile.tools
@@ -7,6 +7,10 @@
PKG_CONFIG := pkg-config
# gtk target processing
+ifeq ($(SUBTARGET),4)
+ override NETSURF_GTK_MAJOR := 4
+endif
+
ifeq ($(SUBTARGET),3)
override NETSURF_GTK_MAJOR := 3
endif