[giggle] configure.ac: Declare gdk and gdk-pixbuf dependencies
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [giggle] configure.ac: Declare gdk and gdk-pixbuf dependencies
- Date: Mon, 24 Oct 2011 12:41:32 +0000 (UTC)
commit 79d9b92a18cf4b3dd14e400dd38218345ae97d3d
Author: Guilhem Bonnefille <guilhem bonnefille gmail com>
Date: Mon Oct 24 13:39:39 2011 +0100
configure.ac: Declare gdk and gdk-pixbuf dependencies
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=661337
Signed-off-by: Guilhem Bonnefille <guilhem bonnefille gmail com>
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0b67b01..78992ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,6 +48,7 @@ dnl | Pkgconfig checks |---------------------------------------
dnl ------------------
GLIB_REQUIRED_VERSION=2.30
+GDK_PIXBUF_REQUIRED_VERSION=2.22
GTK_REQUIRED_VERSION=3.0
GTKSOURCE_REQUIRED_VERSION=3.0
@@ -55,6 +56,8 @@ PKG_CHECK_MODULES(GIGGLE, [
gio-2.0 >= $GLIB_REQUIRED_VERSION
glib-2.0 >= $GLIB_REQUIRED_VERSION
gthread-2.0 >= $GLIB_REQUIRED_VERSION
+ gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED_VERSION
+ gdk-2.0 >= $GTK_REQUIRED_VERSION
gtk+-3.0 >= $GTK_REQUIRED_VERSION
gtksourceview-3.0 >= $GTKSOURCE_REQUIRED_VERSION
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]