diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-10-25 20:02:01 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-10-25 20:02:01 +0200 |
commit | d640e0c6bad12e6efaa1fed18d09a89719198bb4 (patch) | |
tree | cd1a15e4257b2ea0961b782a79160c751c79c107 /fonts/xfonts-encodings | |
parent | 1b52a286ae247471d66ad1344ebe896084c8ff03 (diff) |
fonts/xfonts-encoding: add build dependency on encodings
Diffstat (limited to 'fonts/xfonts-encodings')
-rw-r--r-- | fonts/xfonts-encodings/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fonts/xfonts-encodings/Makefile b/fonts/xfonts-encodings/Makefile index 7d2029e..fda61e0 100644 --- a/fonts/xfonts-encodings/Makefile +++ b/fonts/xfonts-encodings/Makefile @@ -23,6 +23,8 @@ MODULES = xenocara CONFIGURE_STYLE = gnu SEPARATE_BUILD = Yes +BUILD_DEPENDS = x11/mkfontscale + CONFIGURE_ARGS = --with-fontrootdir=${X11BASE}/lib/X11/fonts NO_TEST = Yes |