summaryrefslogtreecommitdiff
path: root/frontends/fltk/Makefile.tools
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2021-02-26 13:33:08 +0000
committerVincent Sanders <vince@kyllikki.org>2021-03-23 22:12:21 +0000
commit28ecbf82ed3024f51be4c87928fd91bacfc15cbc (patch)
tree8c6fbd3a4c8ae1d94c700958a4883cb3d7293d0c /frontends/fltk/Makefile.tools
parent847d5680613cb578ba4a548960480363a3230174 (diff)
downloadnetsurf-28ecbf82ed3024f51be4c87928fd91bacfc15cbc.tar.gz
netsurf-28ecbf82ed3024f51be4c87928fd91bacfc15cbc.tar.bz2
Initial minimal FLTK toolkit implementation
Diffstat (limited to 'frontends/fltk/Makefile.tools')
-rw-r--r--frontends/fltk/Makefile.tools8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontends/fltk/Makefile.tools b/frontends/fltk/Makefile.tools
new file mode 100644
index 000000000..460a957c9
--- /dev/null
+++ b/frontends/fltk/Makefile.tools
@@ -0,0 +1,8 @@
+# -*- mode: makefile-gmake -*-
+##
+## tool setup for the fltk target
+##
+
+# use native package config
+PKG_CONFIG := pkg-config
+