diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-07-07 11:28:24 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-07-07 11:28:24 +0200 |
commit | be22be6c02ebfd39cb3386342be2f2d050969146 (patch) | |
tree | 3c26bc50855f1588c122e4e88984361cd6556d28 | |
parent | adcb06905c98be8260f94268016edb65e6cca037 (diff) |
x11/mkfontscale: fix vertical spacing
-rw-r--r-- | x11/mkfontscale/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/mkfontscale/Makefile b/x11/mkfontscale/Makefile index 6f11b2a..b6a1511 100644 --- a/x11/mkfontscale/Makefile +++ b/x11/mkfontscale/Makefile @@ -18,6 +18,7 @@ MODULES = xenocara LIB_DEPENDS = print/freetype2 \ x11/libfontenc + SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu |