[totem] plugins: Look for GIR files in builddir, not srcdir



commit a22278e6f47e380fea7e5aef7690810a77520cf5
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jul 4 11:28:22 2012 +0100

    plugins: Look for GIR files in builddir, not srcdir

 src/plugins/rotation/Makefile.am     |    2 +-
 src/plugins/zeitgeist-dp/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/rotation/Makefile.am b/src/plugins/rotation/Makefile.am
index e0d2c63..646cc46 100644
--- a/src/plugins/rotation/Makefile.am
+++ b/src/plugins/rotation/Makefile.am
@@ -8,7 +8,7 @@ plugin_in_files = rotation.plugin.in
 # here we are explicitly specifying gtk+-3.0 and clutter-1.0 to use the vapi
 # because vala still cannot parse the gir
 VALAFLAGS = \
-	--girdir=$(top_srcdir)/src	\
+	--girdir=$(top_builddir)/src	\
 	--pkg Totem-1.0 --pkg libpeas-1.0 --pkg cogl-pango-1.0 --pkg GtkClutter-1.0 --pkg Clutter-1.0 --pkg gtk+-3.0 bacon-video.vapi
 
 librotation_la_SOURCES = totem-rotation-plugin.vala
diff --git a/src/plugins/zeitgeist-dp/Makefile.am b/src/plugins/zeitgeist-dp/Makefile.am
index 6a4f99c..95ca7a4 100644
--- a/src/plugins/zeitgeist-dp/Makefile.am
+++ b/src/plugins/zeitgeist-dp/Makefile.am
@@ -8,7 +8,7 @@ plugin_in_files = zeitgeist-dp.plugin.in
 # here we are explicitly specifying gtk+-3.0 to use the vapi because vala still
 # cannot parse the gir
 VALAFLAGS = \
-	--girdir=$(top_srcdir)/src	\
+	--girdir=$(top_builddir)/src	\
 	--pkg Totem-1.0 --pkg Peas-1.0 --pkg gtk+-3.0 \
 	--pkg zeitgeist-1.0 \
 	bacon-video.vapi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]