dunst: fix ~wayland build option

This commit is contained in:
Evgeny Ermakov 2021-03-28 12:04:03 +11:00 committed by Đoàn Trần Công Danh
parent f158d1e339
commit 602b598337

View file

@ -5,6 +5,7 @@ revision=1
build_style=gnu-makefile
make_use_env=yes
make_build_args="SYSTEMD=0 WAYLAND=$(vopt_if wayland 1 0)"
make_install_args="$make_build_args"
hostmakedepends="perl pkg-config"
makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
libxdg-basedir-devel libnotify-devel $(vopt_if wayland 'wayland-devel wayland-protocols')"