GNOME Bugzilla – Bug 640252
Missing package definition in Gir
Last modified: 2011-02-04 15:07:56 UTC
Please add the "--pkg-export=libpeas-1.0" option to INTROSPECTION_SCANNER_ARGS (in libpeas/Makefile.am), to make it possible for the gir users to grab the cflags. This will for example allow vala to compile source using libpeas using a simple "valac --pkg Peas-1.0 source.vala".
Please provide a git format-patch for it so you get the credit for it.
Created attachment 179036 [details] [review] Patch
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
I'm reopening this. See: http://git.gnome.org/browse/libpeas/commit/?id=0a139d6a61c032b14bcea4ed3291f7595b4ce71b for the reason. Please feel free to provide a patch that works. Also maybe this is a bug in the scanner, if so, feel free to file a bug in gobject-introspection and depend this bug on it.
Created attachment 179256 [details] [review] Patch Perhaps this one will work fine.
Created attachment 180078 [details] [review] Patch Updated patch, it also bumps required gobject-introspection version.
Review of attachment 180078 [details] [review]: This patch looks better to me
This is fixed in master. Thanks!