Skip to content

Commit

Permalink
enlightenment.efl: enable wayland client support
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed Oct 5, 2020
1 parent 38a1e2f commit c98d83b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/desktops/enlightenment/efl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
, systemd
, udev
, utillinux
, wayland
, wayland-protocols
, writeText
, xorg
, zlib
Expand Down Expand Up @@ -89,6 +91,7 @@ stdenv.mkDerivation rec {
openssl
systemd
udev
wayland-protocols
xorg.libX11
xorg.libXcursor
xorg.xorgproto
Expand Down Expand Up @@ -123,6 +126,7 @@ stdenv.mkDerivation rec {
openjpeg
poppler
utillinux
wayland
xorg.libXScrnSaver
xorg.libXcomposite
xorg.libXdamage
Expand All @@ -141,14 +145,16 @@ stdenv.mkDerivation rec {
mesonFlags = [
"--buildtype=release"
"-D build-tests=false" # disable build tests, which are not working
"-D drm=true"
"-D ecore-imf-loaders-disabler=ibus,scim" # ibus is disabled by default, scim is not availabe in nixpkgs
"-D embedded-lz4=false"
"-D fb=true"
"-D network-backend=connman"
"-D sdl=true"
"-D elua=true"
"-D bindings=lua,cxx"
# for wayland client support
"-D wl=true"
"-D drm=true"
];

patches = [
Expand Down

0 comments on commit c98d83b

Please sign in to comment.