gtk+3: if built with wayland option, propagate libxkbcommon-devel in -devel pkg.
This commit is contained in:
parent
2a1044464b
commit
3834c16887
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue