.
This commit is contained in:
parent
b3f7856820
commit
1b5087ec24
1 changed files with 4 additions and 4 deletions
|
@ -82,10 +82,10 @@ rasterisation.")
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
("-Ddrm-backend=true"
|
'("-Ddrm-backend=true"
|
||||||
"-Dlibinput-backend=true"
|
"-Dlibinput-backend=true"
|
||||||
"-Dxwayland=true"
|
"-Dxwayland=true"
|
||||||
"-Dsession=true")
|
"-Dsession=true")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'hardcode-paths
|
(add-before 'configure 'hardcode-paths
|
||||||
|
|
Loading…
Reference in a new issue