Skip to content

Commit

Permalink
libdrm: Update version from 2.4.100 to 2.4.102
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pmenzel committed Aug 27, 2020
1 parent 010f9cf commit d80a8a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libdrm.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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.
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit d80a8a4

Please sign in to comment.