From 6549ab3005c67b222f1f9d244cb9f7d551b3e325 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 11 Mar 2013 15:19:41 +0100 Subject: [PATCH] explicitely depends on cogl We use cogl directly in some empathy-call files. https://bugzilla.gnome.org/show_bug.cgi?id=695556 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 0b4d20a2..17cd4d39 100644 --- a/configure.ac +++ b/configure.ac @@ -244,6 +244,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 -- 2.39.2