[gnome-continuous] Update the Graphene build API patch
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] Update the Graphene build API patch
- Date: Mon, 20 Feb 2017 11:49:37 +0000 (UTC)
commit a7d51b4f736b0a0410391b73a9234080f2a42056
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Feb 20 11:49:13 2017 +0000
Update the Graphene build API patch
Disable CCache.
patches/graphene-build-api.patch | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/patches/graphene-build-api.patch b/patches/graphene-build-api.patch
index ef5cdd6..55944aa 100644
--- a/patches/graphene-build-api.patch
+++ b/patches/graphene-build-api.patch
@@ -1,20 +1,23 @@
-From d285446bb67284a7fce9657bde2e9b214eaeb4c0 Mon Sep 17 00:00:00 2001
+From 2d482f90ba68ded3f301325c95b75e1a320969fb Mon Sep 17 00:00:00 2001
From: Emmanuele Bassi <ebassi gnome org>
Date: Mon, 20 Feb 2017 11:33:49 +0000
Subject: [PATCH] Add build-api wrapper for Meson/Ninja
Use Meson and Ninja, instead of autotools.
+
+v2:
+ - Disable CCache
---
- configure | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 129 insertions(+)
+ configure | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 130 insertions(+)
create mode 100755 configure
diff --git a/configure b/configure
new file mode 100755
-index 0000000..cd23505
+index 0000000..157ad9c
--- /dev/null
+++ b/configure
-@@ -0,0 +1,129 @@
+@@ -0,0 +1,130 @@
+#!/bin/bash
+# configure script adapter for Meson
+# Copyright 2010, 2011, 2013 Colin Walters <walters verbum org>
@@ -110,7 +113,7 @@ index 0000000..cd23505
+# Generated by configure; do not edit
+
+all:
-+ ${NINJA}
++ CCACHE_DISABLE=1 ${NINJA}
+
+install:
+ DESTDIR="\$(DESTDIR)" ${NINJA} install
@@ -130,6 +133,7 @@ index 0000000..cd23505
+echo " mandir:...... ${mandir}"
+echo " includedir:.. ${includedir}"
+
++export CCACHE_DISABLE=1
+exec ${MESON} \
+ --prefix=${prefix} \
+ --libdir=${libdir} \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]