diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template index 5a3d6919873..652ac8b8d43 100644 --- a/srcpkgs/enlightenment/template +++ b/srcpkgs/enlightenment/template @@ -1,7 +1,7 @@ # Template file for 'enlightenment' pkgname=enlightenment version=0.19.1 -revision=1 +revision=2 lib32disabled=yes build_style=gnu-configure configure_args="--enable-pam --disable-bluez4 $(vopt_enable systemd)" @@ -21,7 +21,7 @@ build_options="systemd wayland" build_options_default="wayland" if [ "$build_option_wayland" ]; then - configure_args+=" --disable-wl-desktop-shell --enable-wayland-egl --enable-wayland-clients" + configure_args+=" --enable-wayland-egl --enable-wayland-clients" makedepends+=" libxkbcommon-devel MesaLib-devel wayland-devel" else configure_args+=" --disable-wayland-egl"