From f99b88b812b42d7946ebc0217cbaf16d82ae3048 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Thu, 28 Sep 2017 15:11:01 -0500 Subject: [PATCH] Add glib to the list of packages with debugging symbols. --- packaging/MacSDK/profile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/MacSDK/profile.py b/packaging/MacSDK/profile.py index 9b504614ac0..3ad4c05c800 100755 --- a/packaging/MacSDK/profile.py +++ b/packaging/MacSDK/profile.py @@ -100,7 +100,7 @@ class MonoReleaseProfile(DarwinProfile): self.env.set('PANGO_SYSCONFDIR', '%{staged_prefix}/etc') self.env.set('PANGO_LIBDIR', '%{staged_prefix}/lib') # self.env.set ('MONO_PATH', '%{staged_prefix}/lib/mono/4.0') - self.debug_info = ['gtk+', 'cairo', + self.debug_info = ['gtk+', 'cairo', 'glib', 'pango', 'mono', 'llvm', 'libgdiplus'] self.cache_host = None @@ -396,4 +396,4 @@ class MonoReleaseProfile(DarwinProfile): subprocess.call(['bash', '-c', path]) -MonoReleaseProfile() \ No newline at end of file +MonoReleaseProfile() -- 2.25.1