gnu: lightdm: Install documentation.
* gnu/packages/display-managers.scm (lightdm) [configure-flags]: Add --enable-gtk-doc.
parent
dbbb1dcd65
commit
adbdd07e45
|
@ -276,6 +276,7 @@ experience for your users, your family and yourself")
|
||||||
'(#:parallel-tests? #f ; fails when run in parallel
|
'(#:parallel-tests? #f ; fails when run in parallel
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "--localstatedir=/var"
|
(list "--localstatedir=/var"
|
||||||
|
"--enable-gtk-doc"
|
||||||
;; Otherwise the test suite fails on such a warning.
|
;; Otherwise the test suite fails on such a warning.
|
||||||
"CFLAGS=-Wno-error=missing-prototypes")
|
"CFLAGS=-Wno-error=missing-prototypes")
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Reference in New Issue