GNOME Bugzilla – Bug 796208
Meson: Missing flags on MacOSX
Last modified: 2018-05-24 20:33:27 UTC
While checking the .pc file generated for macosx using autotools, I noticed it has those flags that meson won't add: -Wl,-framework -Wl,CoreFoundation. It comes from glib-gettext.m4.
That flag got added in bug #796214 attachment #372194 [details].
Mmm, but it was added with a FIXME. Let’s track fixing the FIXME in this bug. ``` # FIXME: Should this be conditional? glib-gettext.m4 has some checks ```
It's in glib_gt_INTL_MACOSX: dnl Check for API introduced in Mac OS X 10.2. dnl Check for API introduced in Mac OS X 10.3. I think we depend on newer version than that anyway, right?
Created attachment 372386 [details] [review] Meson: Remove FIXME about missing checks for macosx <= 10.3 Our minimum requirement is already greater than that, so we don't need to add checks there. We can always add -Wl,-framework,CoreFoundation flag.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/1380.