forked from rosa/hakurei
internal/rosa/meson: always prepend D
All flags in practice use this convention. An escape hatch is available by leaving the value empty. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -13,9 +13,9 @@ package pango {
|
||||
|
||||
exec = meson {
|
||||
setup = {
|
||||
"Dfontconfig": "enabled";
|
||||
"Dfreetype": "enabled";
|
||||
"Dcairo": "enabled";
|
||||
"fontconfig": "enabled";
|
||||
"freetype": "enabled";
|
||||
"cairo": "enabled";
|
||||
};
|
||||
// Fontconfig error: Cannot load default config file: File not found: /etc/fonts/fonts.conf
|
||||
skipTest = true;
|
||||
|
||||
Reference in New Issue
Block a user