Skip to content

Commit 3f04c37

Browse files
authored
Check font rendering in mutter 48 (#2592)
1 parent e673560 commit 3f04c37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

meson.build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ if mutter_dep.length() == 0
138138
error ('No supported mutter library found!')
139139
endif
140140

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+
141145
mutter_typelib_dir = libmutter_dep.get_variable('typelibdir')
142146

143147
if get_option('systemd')

0 commit comments

Comments
 (0)