GNOME Bugzilla – Bug 627972
Add _EXPORT_PACKAGES for --pkg-export
Last modified: 2015-02-07 17:02:44 UTC
Created attachment 168754 [details] [review] Add _EXPORT_PACKAGES to Makefile.introspection Hello, I'd like to propose adding a new variable _EXPORT_PACKAGES that maps to --pkg-export, similar to _PACKAGES for --pkg. The reason is that many .gir are generated with many --pkg thus creating many <package> tags. The <package> tag is going to be used to specify the provided pkg-config package by the gir. Potentially, one .gir could provide more <package> (see for example Gio-2.0 with gio-2.0 and gio-unix-2.0). Some gnome modules needing --pkg-export are: atk, gdk-pixbuf, gir-repository, gtksourceview, json, nautilus, pango, poppler, vte and more in the future. Since almost all modules that depend on other packages need to specify the exported package, it's reasonable to add a new makefile variable.
Review of attachment 168754 [details] [review]: Looks good to me, thanks for the patch.
commit e108d02cf2d177293085380900ce1607b0f601bf Author: Luca Bruno <lethalman88@gmail.com> Date: Wed Aug 25 19:50:17 2010 +0200 Makefile.introspection: Add _EXPORT_PACKAGES variable. This new variable maps to --pkg-export.
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]