meson: Use gnome.mkenum_simple()

Meson now uses find_program() to get glib-mkenum from glib instead of
from system. That was already fixed at least in >=0.60 which is our
current minimum requirement.
This commit is contained in:
Xavier Claessens
2022-09-22 14:59:52 -04:00
parent 6dd5c5002a
commit 756b424cce
8 changed files with 30 additions and 226 deletions

View File

@@ -9,6 +9,8 @@ project('glib', 'c',
]
)
gnome = import('gnome')
cc = meson.get_compiler('c')
c_standards = {}