[totem] build: Require newer cairo for hi-dpi support
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] build: Require newer cairo for hi-dpi support
- Date: Thu, 11 Dec 2014 13:28:20 +0000 (UTC)
commit f71767677c4fc35622805677eff0685c2189835c
Author: Bastien Nocera <hadess hadess net>
Date: Wed Dec 10 17:01:12 2014 +0100
build: Require newer cairo for hi-dpi support
Require cairo 1.14.0 so as to get hi-dpi support. A number of
distributions shipped older versions of cairo with hi-dpi support
builtin, but we have no way to detect those.
https://bugzilla.gnome.org/show_bug.cgi?id=741328
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 24e075c..15cbd70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,6 +62,7 @@ PYGOBJECT_REQS=2.90.3
GRILO_REQS=0.2.10
GRILO_PLS_REQS=0.2.1
LIBXML_REQS=2.6.0
+CAIRO_REQS=1.14.0
# Used in the pkg-config file for plugins
AC_SUBST(GLIB_REQS)
@@ -130,7 +131,7 @@ fi
# Backend requirements
# ================================================================
-BACKEND_MODULES="gstreamer-1.0 >= $GST_REQS gstreamer-base-1.0 >= $GST_REQS gstreamer-plugins-base-1.0 >=
$GST_PLUG_BASE_REQS $MISSING_PLUGINS_MODULES gstreamer-tag-1.0 >= $GSTPLUG_REQS gstreamer-audio-1.0
gstreamer-video-1.0 clutter-1.0 >= $CLUTTER_REQS clutter-gst-3.0 >= $CLUTTER_GST_REQS clutter-gtk-1.0 cairo
gsettings-desktop-schemas"
+BACKEND_MODULES="gstreamer-1.0 >= $GST_REQS gstreamer-base-1.0 >= $GST_REQS gstreamer-plugins-base-1.0 >=
$GST_PLUG_BASE_REQS $MISSING_PLUGINS_MODULES gstreamer-tag-1.0 >= $GSTPLUG_REQS gstreamer-audio-1.0
gstreamer-video-1.0 clutter-1.0 >= $CLUTTER_REQS clutter-gst-3.0 >= $CLUTTER_GST_REQS clutter-gtk-1.0 cairo
= $CAIRO_REQS gsettings-desktop-schemas"
PKG_CHECK_MODULES(BACKEND, $BACKEND_MODULES)
PKG_CHECK_MODULES(BACKEND_TEST, $BACKEND_MODULES gtk+-3.0 >= $GTK_REQS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]