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