--- a/meson.build Fri Apr 01 01:09:23 2022 -0500 +++ b/meson.build Fri Apr 01 01:14:35 2022 -0500 @@ -222,9 +222,9 @@ conf.set('HAVE_IOKIT', true) endif -# ####################################################################### -# # Check for GLib (required) -# ####################################################################### +####################################################################### +# Check for GLib (required) +####################################################################### glib = dependency('glib-2.0', version : '>= 2.70.0') gio = dependency('gio-2.0') gobject = dependency('gobject-2.0') @@ -237,9 +237,13 @@ language : 'c',) ####################################################################### +# Check for gdk-pixbuf (required) +####################################################################### +gdk_pixbuf = dependency('gdk-pixbuf-2.0') + +####################################################################### # Check for GObject Introspection ####################################################################### - if get_option('introspection') enable_introspection = dependency('gobject-introspection-1.0', version : '>= 1.39.0').found() else