enlightenment: reenable wl_desktop_shell module.

This commit is contained in:
Juan RP 2014-10-22 16:45:43 +02:00
parent 4e13132805
commit 5d36158b7f
1 changed files with 2 additions and 2 deletions

View File

@ -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"