mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Raise minimum supported macOS version to 10.13 (High Sierra).
Allows removing all macOS version ifdefs. Closes https://gitlab.gnome.org/GNOME/glib/-/issues/3441
This commit is contained in:
@@ -396,9 +396,7 @@ if host_system != 'windows'
|
||||
unix_sources += files('gosxappinfo.m')
|
||||
framework_dep = dependency('appleframeworks', modules : ['Foundation', 'CoreFoundation', 'AppKit'])
|
||||
platform_deps += [framework_dep]
|
||||
if glib_have_os_x_9_or_later
|
||||
unix_sources += files('gcocoanotificationbackend.m')
|
||||
endif
|
||||
unix_sources += files('gcocoanotificationbackend.m')
|
||||
unix_sources += files('gosxnetworkmonitor.c')
|
||||
application_headers += files('gosxappinfo.h')
|
||||
else
|
||||
|
Reference in New Issue
Block a user