diff options
author | Wolfgang Müller | 2019-08-06 16:22:51 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-08-31 18:06:46 +0200 |
commit | bfd2e398c1ec6bafab52a38e3ce24fa0658205c0 (patch) | |
tree | a5e6eedfbb5c7b1d38cb3f00b059f6511ad5da46 /Makefile | |
parent | 7b06beba65e08a706964ff9b9dea43f4261f13fd (diff) | |
download | weltschmerz-bfd2e398c1ec6bafab52a38e3ce24fa0658205c0.tar.gz |
Add support for adjusting the font scale at runtime
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |