me
/
guix
Archived
1
0
Fork 0

gnu: enlightenment: Build with wayland support.

* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Add
configure-flag to build with wayland support.
[inputs]: Add wayland-protocols, xorg-server-xwayland.
master
Efraim Flashner 2020-09-01 15:45:37 +03:00
parent 04b5fb9262
commit f911b27918
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 1 deletions

View File

@ -303,6 +303,7 @@ Libraries with some extra bells and whistles.")
(let ((efl (assoc-ref %build-inputs "efl"))) (let ((efl (assoc-ref %build-inputs "efl")))
(list "-Dsystemd=false" (list "-Dsystemd=false"
"-Dpackagekit=false" "-Dpackagekit=false"
"-Dwl=true"
(string-append "-Dedje-cc=" efl "/bin/edje_cc") (string-append "-Dedje-cc=" efl "/bin/edje_cc")
(string-append "-Deldbus-codegen=" efl "/bin/eldbus-codegen") (string-append "-Deldbus-codegen=" efl "/bin/eldbus-codegen")
(string-append "-Deet=" efl "/bin/eet"))) (string-append "-Deet=" efl "/bin/eet")))
@ -363,8 +364,10 @@ Libraries with some extra bells and whistles.")
("linux-pam" ,linux-pam) ("linux-pam" ,linux-pam)
("puleseaudio" ,pulseaudio) ("puleseaudio" ,pulseaudio)
("setxkbmap" ,setxkbmap) ("setxkbmap" ,setxkbmap)
("wayland-protocols" ,wayland-protocols)
("xcb-util-keysyms" ,xcb-util-keysyms) ("xcb-util-keysyms" ,xcb-util-keysyms)
("xkeyboard-config" ,xkeyboard-config))) ("xkeyboard-config" ,xkeyboard-config)
("xorg-server-xwayland" ,xorg-server-xwayland)))
(home-page "https://www.enlightenment.org/about-enlightenment") (home-page "https://www.enlightenment.org/about-enlightenment")
(synopsis "Lightweight desktop environment") (synopsis "Lightweight desktop environment")
(description (description