meson: Fix project not compiling in macOS

Fixes: #3419
This commit is contained in:
Roshan-R 2024-07-28 19:50:30 +05:30
parent 1e6c6ebaa5
commit c534037e12

View File

@ -399,10 +399,7 @@ if host_system != 'windows'
if glib_have_os_x_9_or_later
unix_sources += files('gcocoanotificationbackend.m')
endif
unix_sources += files(
'gosxnetworkmonitor.c',
'gosxnetworkmonitor.h'
)
unix_sources += files('gosxnetworkmonitor.c')
application_headers += files('gosxappinfo.h')
else
contenttype_sources += files('gcontenttype-fdo.c')