Add glib to the list of packages with debugging symbols.
authorCody Russell <cody@jhu.edu>
Thu, 28 Sep 2017 20:11:01 +0000 (15:11 -0500)
committerCody Russell <cody@jhu.edu>
Mon, 2 Oct 2017 15:08:47 +0000 (10:08 -0500)
packaging/MacSDK/profile.py

index 9b504614ac0ddbb600f3f989782fae4e8b7acfc5..3ad4c05c8008d4f72cccf410e22233ea2e7dd7a0 100755 (executable)
@@ -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()