summaryrefslogtreecommitdiff
path: root/frontends/gtk/Makefile.tools
blob: 5331dcc71b0f0e4d54e1b5d3f9f7090efa70f4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- mode: makefile-gmake -*-
##
## tool setup for the gtk target
##

# use native package config
PKG_CONFIG := pkg-config

# gtk target processing
ifeq ($(SUBTARGET),3)
  override NETSURF_GTK_MAJOR := 3
endif

ifeq ($(SUBTARGET),2)
  override NETSURF_GTK_MAJOR := 2
endif