guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] update libdrm


From: Marius Bakke
Subject: Re: [PATCH] update libdrm
Date: Thu, 09 Feb 2017 20:12:53 +0100
User-agent: Notmuch/0.23.5 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

David Craven <address@hidden> writes:

> ---
>  gnu/packages/xdisorg.scm | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index ee83934ca..42fa0cc1b 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -273,7 +273,7 @@ rasterisation.")
>  (define-public libdrm
>    (package
>      (name "libdrm")
> -    (version "2.4.68")
> +    (version "2.4.75")
>      (source
>        (origin
>          (method url-fetch)
> @@ -283,7 +283,7 @@ rasterisation.")
>                 ".tar.bz2"))
>          (sha256
>           (base32
> -          "1px91j6imaaq2fy8ksvgldmv0cdz3w379jqiciqvqa99jajxjjsv"))
> +          "0kq5hmck0gq7b29fr8jp94njc7jpkpbyws12s63w4b21xw750nid"))
>          (patches (search-patches "libdrm-symbol-check.patch"))))
>      (build-system gnu-build-system)
>      (inputs

This is already in 'staging' since updating libdrm causes 677 rebuilds.

> @@ -291,6 +291,8 @@ rasterisation.")
>          ("libpthread-stubs" ,libpthread-stubs)))
>      (native-inputs
>         `(("pkg-config" ,pkg-config)))
> +    (arguments
> +     `(#:configure-flags '("--enable-install-test-programs")))

...but this is not. What does this flag do?

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]