gnu: xf86-video-freedreno: Fix building.
* gnu/packages/xorg.scm (xf86-video-freedreno)[arguments]: Override the 'boostrap phase.
parent
f0ad43dfdd
commit
1f18f18e85
|
@ -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
|
||||
|
|
Reference in New Issue