diff --git a/x11/library/libdrm/actions.py b/x11/library/libdrm/actions.py index eb7e210a25..fec427054c 100644 --- a/x11/library/libdrm/actions.py +++ b/x11/library/libdrm/actions.py @@ -10,6 +10,7 @@ from pisi.actionsapi import shelltools def setup(): + shelltools.export("rst2man", "rst2man_3") if not get.buildTYPE() == "emul32": options = "-Dudev=true \ -Dvalgrind=true \ @@ -21,7 +22,7 @@ def setup(): -Dvalgrind=false" - + mesontools.configure(options) def build(): diff --git a/x11/library/libdrm/pspec.xml b/x11/library/libdrm/pspec.xml index c8403ca1a6..5c6e34bdbf 100644 --- a/x11/library/libdrm/pspec.xml +++ b/x11/library/libdrm/pspec.xml @@ -12,7 +12,7 @@ library Userspace interface to kernel DRM services libdrm is a library providing the userspace interface to kernel DRM services. - https://dri.freedesktop.org/libdrm/libdrm-2.4.106.tar.xz + https://dri.freedesktop.org/libdrm/libdrm-2.4.107.tar.xz meson valgrind @@ -210,6 +210,13 @@ + + 2021-07-05 + 2.4.107 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-03 2.4.106