mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
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
|
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…
Add table
Reference in a new issue