← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/libindicate/gi-fix-up into lp:libindicate

 

Ted Gould has proposed merging lp:~ted/libindicate/gi-fix-up into lp:libindicate.

    Requested reviews:
    Indicator Applet Developers (indicator-applet-developers)


Fixing the GObject Introspection.  Pulling in the Dbusmenu gir file and
removing the GdkPixbuf one that is unneeded.

-- 
https://code.launchpad.net/~ted/libindicate/gi-fix-up/+merge/20367
Your team ayatana-commits is subscribed to branch lp:libindicate.
=== modified file 'libindicate/Makefile.am'
--- libindicate/Makefile.am	2010-02-05 21:00:44 +0000
+++ libindicate/Makefile.am	2010-03-01 14:06:14 +0000
@@ -118,7 +118,7 @@
 		--add-include-path=$(srcdir) \
 		--include=GObject-2.0 \
 		--include=GLib-2.0 \
-		--include=GdkPixbuf-2.0 \
+		--include=DbusmenuGlib-0.2 \
 		--library=indicate --pkg indicate \
 		--output Indicate-0.2.gir $(irscanner_headers)
 


Follow ups