[gnome-continuous] gdk-pixbuf: the correct config option is actually -Dwith_man



commit 35df66b4af621c942b2c44dc59a0353a8c971930
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Aug 2 16:19:07 2017 +0100

    gdk-pixbuf: the correct config option is actually -Dwith_man

 patches/gdk-pixbuf-meson-buildapi.patch |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/patches/gdk-pixbuf-meson-buildapi.patch b/patches/gdk-pixbuf-meson-buildapi.patch
index 4621743..2092159 100644
--- a/patches/gdk-pixbuf-meson-buildapi.patch
+++ b/patches/gdk-pixbuf-meson-buildapi.patch
@@ -1,4 +1,4 @@
-From ebb42d90b410231ba582d0b20ab2e6ada01b6e72 Mon Sep 17 00:00:00 2001
+From a448ac02ff29310766d474e94d3fc304ad2e9cfc 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
@@ -11,16 +11,16 @@ v3:
 v2:
   - Disable CCache
 ---
- configure | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 130 insertions(+)
+ configure | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 133 insertions(+)
  create mode 100755 configure
 
 diff --git a/configure b/configure
 new file mode 100755
-index 000000000..731bc39e8
+index 000000000..21e3be9db
 --- /dev/null
 +++ b/configure
-@@ -0,0 +1,130 @@
+@@ -0,0 +1,133 @@
 +#!/bin/bash
 +# configure script adapter for Meson
 +# Copyright 2010, 2011, 2013 Colin Walters <walters verbum org>
@@ -75,6 +75,7 @@ index 000000000..731bc39e8
 +sanitycheck MESON 'meson'
 +sanitycheck NINJA 'ninja' 'ninja-build'
 +
++enable_man='-Dwith_man=false'
 +enable_docs='-Denable-gtk-doc=false'
 +
 +while (($# > 0)); do
@@ -91,6 +92,8 @@ index 000000000..731bc39e8
 +      --includedir) read_arg includedir "$@" || shift;;
 +      --enable-gtk-doc) enable_docs='-Dwith_docs=true';;
 +      --disable-gtk-doc) enable_docs='-Dwith_docs=false';;
++      --enable-man) enable_docs='-Dwith_man=true';;
++      --disable-man) enable_docs='-Dwith_man=false';;
 +      *) echo "Ignoring unknown option '$1'";;
 +    esac
 +    shift


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