diff options
Diffstat (limited to 'packages/x11-dri/mesa/mesa-18.0.5.exheres-0')
-rw-r--r-- | packages/x11-dri/mesa/mesa-18.0.5.exheres-0 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/x11-dri/mesa/mesa-18.0.5.exheres-0 b/packages/x11-dri/mesa/mesa-18.0.5.exheres-0 new file mode 100644 index 0000000..00d12ff --- /dev/null +++ b/packages/x11-dri/mesa/mesa-18.0.5.exheres-0 @@ -0,0 +1,17 @@ +# Copyright 2008 Alexander Færøy <eroyf@eroyf.org> +# Copyright 2009, 2011 Ingmar Vanhassel <ingmar@exherbo.org> +# Copyright 2018 Rasmus Thomsen <cogitri@exherbo.org> +# Distributed under the terms of the GNU General Public License v2 + +require mesa-meson + +PLATFORMS="~amd64 ~armv7 ~x86" + +DEFAULT_SRC_PREPARE_PATCHES=( + "${FILES}"/0001-build-fix-building-vdpau-va.patch + "${FILES}"/fix-build-without-dri.patch + "${FILES}"/c5a97d658ec19cc02719d7f86c1b0715e3d9ffc4.patch + "${FILES}"/1d01b52d761227c9675b2785cc242ec51e803e84.patch + "${FILES}"/mesa-add-NDEBUG-without-rtti.patch +) + |