[gnome-continuous] libxkbcommon: disable docs



commit 84bceb894505ea8ff8c9f0c9292b88ac822ae733
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Aug 2 15:20:27 2017 +0100

    libxkbcommon: disable docs

 manifest.json                             |    1 +
 patches/libxkbcommon-meson-buildapi.patch |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 24f5dff..41735b6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -448,6 +448,7 @@
                {"src": "fd:xorg/driver/xf86-input-libinput"},
 
                 {"src": "git:git://github.com/xkbcommon/libxkbcommon",
+                 "config-opts": ["--disable-docs"],
                  "patches": ["libxkbcommon-meson-buildapi.patch"]},
 
                 {"src": "git:git://git.xiph.org/celt.git"},
diff --git a/patches/libxkbcommon-meson-buildapi.patch b/patches/libxkbcommon-meson-buildapi.patch
index 59a1b60..f47b66c 100644
--- a/patches/libxkbcommon-meson-buildapi.patch
+++ b/patches/libxkbcommon-meson-buildapi.patch
@@ -89,8 +89,8 @@ index 0000000..33bca51
 +      --libdir) read_arg libdir "$@" || shift;;
 +      --mandir) read_arg mandir "$@" || shift;;
 +      --includedir) read_arg includedir "$@" || shift;;
-+      --enable-gtk-doc) enable_docs='-Denable-gtk-doc=true';;
-+      --disable-gtk-doc) enable_docs='-Denable-gtk-doc=false';;
++      --enable-docs) enable_docs='-Denable-docs=true';;
++      --disable-docs) enable_docs='-Denable-docs=false';;
 +      *) echo "Ignoring unknown option '$1'";;
 +    esac
 +    shift


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