We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e0478 commit 5df7a23Copy full SHA for 5df7a23
meson.build
@@ -138,6 +138,10 @@ if mutter_dep.length() == 0
138
error ('No supported mutter library found!')
139
endif
140
141
+if libmutter_dep.version().version_compare('>= 48') and libmutter_dep.get_variable('have_fonts') == 'false'
142
+ error ('Gala requires mutter to be built with fonts rendering support!')
143
+endif
144
+
145
mutter_typelib_dir = libmutter_dep.get_variable('typelibdir')
146
147
if get_option('systemd')
0 commit comments