From 1fd782d510136f7f6995a6bb9aa2a4a42780edf5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 26 Aug 2021 15:39:39 +0300 Subject: [PATCH] libdrm: enable manuals --- wayland/libdrm/build | 17 +++++++++++++++++ wayland/libdrm/checksums | 1 + wayland/libdrm/sources | 1 + 3 files changed, 19 insertions(+) diff --git a/wayland/libdrm/build b/wayland/libdrm/build index 4239d034..6e6348ab 100755 --- a/wayland/libdrm/build +++ b/wayland/libdrm/build @@ -1,5 +1,22 @@ #!/bin/sh -e +# Setup docutils to generate manual pages. +{ + cd docutils + + python setup.py build + python setup.py install \ + --root="$PWD/../dist" + + cd ../dist/usr/lib/python*/site-packages + + PYTHONPATH=$PWD:$(python -c "import sys;print(':'.join(sys.path))") + + cd -; cd .. + export PATH=$PWD/dist/usr/bin:$PATH + export PYTHONPATH +} + meson \ --prefix=/usr \ -Dvalgrind=false \ diff --git a/wayland/libdrm/checksums b/wayland/libdrm/checksums index fc2e6e10..f3e68141 100644 --- a/wayland/libdrm/checksums +++ b/wayland/libdrm/checksums @@ -1 +1,2 @@ c554cef03b033636a975543eab363cc19081cb464595d3da1ec129f87370f888 +686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125 diff --git a/wayland/libdrm/sources b/wayland/libdrm/sources index 94c33335..2091d2a3 100644 --- a/wayland/libdrm/sources +++ b/wayland/libdrm/sources @@ -1 +1,2 @@ https://dri.freedesktop.org/libdrm/libdrm-VERSION.tar.xz +https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.17.1.tar.gz docutils