[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: mesa-utils: Fix build.
From: |
??? |
Subject: |
01/02: gnu: mesa-utils: Fix build. |
Date: |
Fri, 30 Oct 2015 12:51:17 +0000 |
iyzsong pushed a commit to branch dbus-update
in repository guix.
commit 9fa8f436696598e783407b16f0e459791fdd9970
Author: 宋文武 <address@hidden>
Date: Fri Oct 30 20:46:28 2015 +0800
gnu: mesa-utils: Fix build.
* gnu/packages/gl.scm (mesa-utils)[arguments]: Pass "--disable-egl"
as #:configure-flags.
---
gnu/packages/gl.scm | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index ec6a7f1..c7bece8 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -327,7 +327,12 @@ emulation to complete hardware acceleration for modern
GPUs.")
(native-inputs
`(("pkg-config" ,pkg-config)))
(arguments
- '(#:phases
+ '(;; XXX: fails to build against latest mesa:
+ ;; eglut.c: error: 'EGL_SCREEN_BIT_MESA' undeclared
+ ;;
+ ;; <https://bugs.freedesktop.org/show_bug.cgi?id=91643>
+ #:configure-flags '("--disable-egl")
+ #:phases
(modify-phases %standard-phases
(replace
'install