aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Müller2019-08-06 16:22:51 +0200
committerWolfgang Müller2019-08-31 18:06:46 +0200
commitbfd2e398c1ec6bafab52a38e3ce24fa0658205c0 (patch)
treea5e6eedfbb5c7b1d38cb3f00b059f6511ad5da46 /Makefile
parent7b06beba65e08a706964ff9b9dea43f4261f13fd (diff)
downloadweltschmerz-bfd2e398c1ec6bafab52a38e3ce24fa0658205c0.tar.gz
Add support for adjusting the font scale at runtime
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39463aa..1f61888 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ MANDIR ?= ${DATAROOTDIR}/man
VALAC ?= valac
weltschmerz: weltschmerz.vala terminal.vala config.vala resources.c
- ${VALAC} --pkg posix --pkg gtk+-3.0 --pkg vte-2.91 --gresources resources.xml \
+ ${VALAC} -X -lm --pkg posix --pkg gtk+-3.0 --pkg vte-2.91 --gresources resources.xml \
weltschmerz.vala terminal.vala config.vala resources.c
resources.c: resources.xml terminal.ui terminal.css