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

View file

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