mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
enlightenment: reenable wl_desktop_shell module.
This commit is contained in:
parent
4e13132805
commit
5d36158b7f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue