gtk+3: needs libxkbcommon for the wayland backend.

This commit is contained in:
Juan RP 2013-04-27 06:20:56 +02:00
parent e99dba3c00
commit 7e0e840fa5

View file

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