From d80a8a4a2dccaadd1aae3df2c692db9707ff762b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 27 Aug 2020 17:22:19 +0200 Subject: [PATCH] libdrm: Update version from 2.4.100 to 2.4.102 Needed for Mesa 20.2.0-rc2. Message: libdrm 2.4.102 needed because nouveau has the highest requirement Using 'PKG_CONFIG_PATH' from environment with value: '/pkg/python-3.7.7-0/lib/pkgconfig' Dependency libdrm_intel found: NO found 2.4.100 but need: '>=2.4.102' Run-time dependency libdrm_intel found: NO (tried cmake) ../meson.build:1416:4: ERROR: Invalid version of dependency, need 'libdrm_intel' ['>=2.4.102'] found '2.4.100'. 1. Update the suffix for the LZMA compressed source archive. 2. Convert from (removed) autotools to Meson. --- libdrm.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libdrm.be0 b/libdrm.be0 index 1f5cdb131..29a4751b6 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libdrm-2.4.100-0 +# BEE_VERSION libdrm-2.4.102-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://dri.freedesktop.org/libdrm/libdrm-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://dri.freedesktop.org/libdrm/libdrm-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -55,7 +55,7 @@ SRCURL[0]="https://dri.freedesktop.org/libdrm/libdrm-${PKGVERSION}.tar.bz2" mee_configure() { bee_configure \ - --enable-udev + -Dudev=true } #mee_build() {