gtk+3: if built with wayland option, propagate libxkbcommon-devel in -devel pkg.

This commit is contained in:
Juan RP 2013-04-30 15:34:51 +02:00
parent 2a1044464b
commit 3834c16887
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'gtk+3'.
pkgname=gtk+3
version=3.8.1
revision=2
revision=3
wrksrc="gtk+-${version}"
build_style=gnu-configure
configure_args="--enable-cups --disable-schemas-compile
@ -68,7 +68,7 @@ gtk+3-devel_package() {
depends+=" libXcomposite-devel libXcursor-devel libXrandr-devel libXi-devel libXinerama-devel"
fi
if [ "$build_option_wayland" ]; then
depends+=" wayland-devel"
depends+=" libkbcommon-devel wayland-devel"
fi
short_desc+=" - development files"
pkg_install() {