guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: xf86-video-freedreno: Fix build


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: xf86-video-freedreno: Fix building.
Date: Tue, 10 Aug 2021 09:15:33 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 1f18f18  gnu: xf86-video-freedreno: Fix building.
1f18f18 is described below

commit 1f18f18e85da6652a078f24220d4f4b4957801a0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 10 16:13:07 2021 +0300

    gnu: xf86-video-freedreno: Fix building.
    
    * gnu/packages/xorg.scm (xf86-video-freedreno)[arguments]: Override the
    'boostrap phase.
---
 gnu/packages/xorg.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 79139d0..def751c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2920,7 +2920,13 @@ framebuffer device.")
        `(#:configure-flags
          (list (string-append "--with-xorg-conf-dir="
                               (assoc-ref %outputs "out")
-                              "/share/X11/xorg.conf.d"))))
+                              "/share/X11/xorg.conf.d"))
+         #:phases
+         (modify-phases %standard-phases
+           (replace 'bootstrap
+             (lambda _
+               ;; autogen.sh calls configure unconditionally.
+               (invoke "autoreconf" "-vfi"))))))
       (home-page "https://www.x.org/wiki/";)
       (synopsis "Adreno video driver for X server")
       (description



reply via email to

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