summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-03-11 15:19:41 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-03-11 15:20:33 +0100
commit43df222abe99b4071eecf00847e3364805ddbe96 (patch)
tree30dd798c5e3271b3c95f8fc9700da05dd393b077
parent76f072575f357735f8b6a3631a68d65193ae3a84 (diff)
downloadempathy-43df222abe99b4071eecf00847e3364805ddbe96.tar.gz
explicitely depends on cogl
We use cogl directly in some empathy-call files. https://bugzilla.gnome.org/show_bug.cgi?id=695556
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index aa18ed882..f19931d6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -238,6 +238,7 @@ if test "x$enable_gst1" != "xno"; then
gstreamer-1.0
gstreamer-audio-1.0
gstreamer-video-1.0
+ cogl-1.0
], have_gst1="yes", have_gst1="no")
if test "x$have_gst1" = "xyes"; then