You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
From e673349ad31a5ea469ef90e3fb03f7f0af5bb559 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
|
|
Date: Tue, 20 Dec 2016 11:11:32 +0000
|
|
Subject: [PATCH] lower the system epoxy requirement
|
|
|
|
(cherry picked from commit d0c3dba866ba0900dcaf2c3a25200edb516bd608)
|
|
|
|
Change-Id: I2fff46985502dafa3b860aaebe862853ebaccabb
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 0f8e58d..c4f64d7 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -11727,7 +11727,7 @@ AC_SUBST(CAIRO_LIBS)
|
|
dnl ===================================================================
|
|
dnl Check for system epoxy
|
|
dnl ===================================================================
|
|
-libo_CHECK_SYSTEM_MODULE([epoxy], [EPOXY], [epoxy >= 1.3.1], ["-I${WORKDIR}/UnpackedTarball/epoxy/include"])
|
|
+libo_CHECK_SYSTEM_MODULE([epoxy], [EPOXY], [epoxy >= 1.2], ["-I${WORKDIR}/UnpackedTarball/epoxy/include"])
|
|
|
|
dnl ===================================================================
|
|
dnl Test whether to use avahi
|
|
--
|
|
2.9.3
|
|
|