[gnome-ostree] libevdev: more head banging, and more cursing against build systems...



commit f96ad62b724389884883029e5e6416d7d5df001c
Author: Giovanni Campagna <gcampagn redhat com>
Date:   Mon Sep 9 14:33:50 2013 +0200

    libevdev: more head banging, and more cursing against build systems...

 manifest.json                    |    3 ++-
 patches/libevdev-configure.patch |   26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 74c9c82..7012d44 100644
--- a/manifest.json
+++ b/manifest.json
@@ -541,7 +541,8 @@
 
                 {"src": "fd:libevdev",
                 "config-opts": ["--disable-gcov"],
-                "patches": ["libevdev-autogen.patch"]},
+                "patches": ["libevdev-autogen.patch",
+                            "libevdev-configure.patch"]},
 
                {"src": "gnome:clutter",
                 "config-opts": ["--enable-installed-tests",
diff --git a/patches/libevdev-configure.patch b/patches/libevdev-configure.patch
new file mode 100644
index 0000000..1dc0900
--- /dev/null
+++ b/patches/libevdev-configure.patch
@@ -0,0 +1,26 @@
+From 1ba2795e8ade95abdbcd619c354481ef93a78e7d Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna <gcampagn redhat com>
+Date: Mon, 9 Sep 2013 14:32:06 +0200
+Subject: [PATCH] configure: add missing comma
+
+Without that, it becomes impossible to build without gcov.
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index b2fc7ff..aef07f9 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -60,7 +60,7 @@ AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
+ AC_MSG_CHECKING([whether to build with gcov])
+ AC_ARG_ENABLE([gcov],
+             [AS_HELP_STRING([--enable-gcov],
+-                            [Whether to enable coverage testing (default:enabled)])]
++                            [Whether to enable coverage testing (default:enabled)])],
+             [],
+             [enable_gcov=yes],
+             )
+-- 
+1.8.3.1
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]