gnu: weston: Enable some features.
* gnu/packages/freedesktop.scm (weston)[inputs]: Add freerdp, gstreamer and gst-plugins-base. [configure-flags](backend-rdp,remoting): Remove flags. (backend-default): New flag.
This commit is contained in:
parent
dd3de0c475
commit
f703bef87a
@ -97,6 +97,7 @@
|
|||||||
#:use-module (gnu packages python)
|
#:use-module (gnu packages python)
|
||||||
#:use-module (gnu packages python-crypto)
|
#:use-module (gnu packages python-crypto)
|
||||||
#:use-module (gnu packages python-xyz)
|
#:use-module (gnu packages python-xyz)
|
||||||
|
#:use-module (gnu packages rdesktop)
|
||||||
#:use-module (gnu packages samba)
|
#:use-module (gnu packages samba)
|
||||||
#:use-module (gnu packages sqlite)
|
#:use-module (gnu packages sqlite)
|
||||||
#:use-module (gnu packages valgrind)
|
#:use-module (gnu packages valgrind)
|
||||||
@ -1057,7 +1058,10 @@ applications, X servers (rootless or fullscreen) or other display servers.")
|
|||||||
("colord" ,colord)
|
("colord" ,colord)
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
("elogind" ,elogind)
|
("elogind" ,elogind)
|
||||||
|
("freerdp" ,freerdp)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
|
("gstreamer" ,gstreamer)
|
||||||
|
("gst-plugins-base" ,gst-plugins-base)
|
||||||
("lcms" ,lcms)
|
("lcms" ,lcms)
|
||||||
("libdrm" ,libdrm)
|
("libdrm" ,libdrm)
|
||||||
("libevdev" ,libevdev)
|
("libevdev" ,libevdev)
|
||||||
@ -1091,8 +1095,7 @@ applications, X servers (rootless or fullscreen) or other display servers.")
|
|||||||
(assoc-ref %outputs "out") "/lib/weston:"
|
(assoc-ref %outputs "out") "/lib/weston:"
|
||||||
(assoc-ref %outputs "out") "/lib/libweston-"
|
(assoc-ref %outputs "out") "/lib/libweston-"
|
||||||
,(version-major (package-version this-package)))
|
,(version-major (package-version this-package)))
|
||||||
"-Dbackend-rdp=false" ; TODO: Enable.
|
"-Dbackend-default=auto"
|
||||||
"-Dremoting=false" ; TODO: Enable.
|
|
||||||
"-Dsystemd=false"
|
"-Dsystemd=false"
|
||||||
(string-append "-Dxwayland-path="
|
(string-append "-Dxwayland-path="
|
||||||
(assoc-ref %build-inputs "xorg-server-xwayland")
|
(assoc-ref %build-inputs "xorg-server-xwayland")
|
||||||
|
Loading…
Reference in New Issue
Block a user