.
This commit is contained in:
parent
8a480a5557
commit
b3f7856820
1 changed files with 6 additions and 1 deletions
|
@ -81,7 +81,12 @@ rasterisation.")
|
|||
(base32 "11vb6xjvsjz7j2jkx00ygjp5xi63ni8ydd8wf3s0200ldr4ffjjm"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:configure-flags
|
||||
("-Ddrm-backend=true"
|
||||
"-Dlibinput-backend=true"
|
||||
"-Dxwayland=true"
|
||||
"-Dsession=true")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'hardcode-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue