26 lines
571 B
Diff
26 lines
571 B
Diff
From 3199dc80dba8e56a7185f5d17b218f8f84041298 Mon Sep 17 00:00:00 2001
|
|
From: Yanko Kaneti <yaneti@declera.com>
|
|
Date: Wed, 6 Feb 2013 04:32:39 +0200
|
|
Subject: [PATCH] With python3 the pkg-config name of pycairo is py3cairo
|
|
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 9c49c96..03f83e5 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -24,7 +24,7 @@ GLIB_GSETTINGS
|
|
PKG_PROG_PKG_CONFIG([0.22])
|
|
|
|
PKG_CHECK_MODULES(CLOCKS, [
|
|
- pycairo
|
|
+ py3cairo
|
|
pygobject-3.0 >= 3.4.2
|
|
])
|
|
|
|
--
|
|
1.8.1.2
|
|
|