--- a/meson.build Tue Sep 17 03:29:18 2024 -0500 +++ b/meson.build Tue Sep 17 14:29:59 2024 -0500 @@ -161,14 +161,6 @@ # of the C library math = compiler.find_library('m', required: false) -IOKIT = [] -if host_machine.system() == 'darwin' - IOKIT = dependency('appleframeworks', - modules : ['IOKit', 'CoreFoundation']) - - conf.set('HAVE_IOKIT', true) -endif - ####################################################################### # Check for GLib (required) #######################################################################