From 1f18f18e85da6652a078f24220d4f4b4957801a0 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 10 Aug 2021 16:13:07 +0300 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 79139d01c1..def751c62c 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 -- cgit v1.2.3