gtk+3: needs libxkbcommon for the wayland backend.
This commit is contained in:
parent
e99dba3c00
commit
7e0e840fa5
|
@ -43,7 +43,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_wayland" ]; then
|
if [ "$build_option_wayland" ]; then
|
||||||
makedepends+=" wayland-devel"
|
makedepends+=" libxkbcommon-devel wayland-devel"
|
||||||
configure_args+=" --enable-wayland-backend"
|
configure_args+=" --enable-wayland-backend"
|
||||||
else
|
else
|
||||||
configure_args+=" --disable-wayland-backend"
|
configure_args+=" --disable-wayland-backend"
|
||||||
|
|
Loading…
Reference in New Issue