From 32d012f5a9ecb69dc4e97093e4662964d019a39b Mon Sep 17 00:00:00 2001 From: Tom Schoonjans Date: Thu, 14 Mar 2019 08:08:30 +0000 Subject: [PATCH] build: install gosxappinfo.h on macOS Closes #1725 --- gio/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/meson.build b/gio/meson.build index 88575ec75..4e5e021e9 100644 --- a/gio/meson.build +++ b/gio/meson.build @@ -420,6 +420,7 @@ if host_system != 'windows' if glib_have_os_x_9_or_later unix_sources += files('gcocoanotificationbackend.m') endif + application_headers += files('gosxappinfo.h') else contenttype_sources += files('gcontenttype.c') appinfo_sources += files('gdesktopappinfo.c')