[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?
signature.asc
Description: PGP signature
- [PATCH] enable debug symbols, David Craven, 2017/02/09
- [PATCH 3/5] gnu: Add ovmf., David Craven, 2017/02/09
- [PATCH 2/5] gnu: Add seabios., David Craven, 2017/02/09
- [PATCH] update epiphany, David Craven, 2017/02/09
- [PATCH] update libdrm, David Craven, 2017/02/09
- [PATCH 4/5] gnu: Add syslinux., David Craven, 2017/02/09
- [PATCH 1/5] gnu: Use 'license:' prefix in (gnu packages grub)., David Craven, 2017/02/09
- [PATCH 5/5] gnu: Move (gnu packages grub) and (gnu packages u-boot) ... to (gnu packages bootloaders)., David Craven, 2017/02/09
- Re: [PATCH] enable debug symbols, David Craven, 2017/02/09