meson.build

changeset 42953
1f7fb11c9265
parent 42939
4921f19b1b7b
child 42969
4132f4d92fd7
--- 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)
 #######################################################################

mercurial