gtk+3: needs libxkbcommon for the wayland backend.
This commit is contained in:
parent
e99dba3c00
commit
7e0e840fa5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ else
|
|||
fi
|
||||
|
||||
if [ "$build_option_wayland" ]; then
|
||||
makedepends+=" wayland-devel"
|
||||
makedepends+=" libxkbcommon-devel wayland-devel"
|
||||
configure_args+=" --enable-wayland-backend"
|
||||
else
|
||||
configure_args+=" --disable-wayland-backend"
|
||||
|
|
Loading…
Reference in a new issue