gtk+3: fix typo in previous.

This commit is contained in:
Juan RP 2013-04-30 15:41:18 +02:00
parent 3834c16887
commit 3b1c10aa89

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=3 revision=4
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+=" libkbcommon-devel wayland-devel" depends+=" libxkbcommon-devel wayland-devel"
fi fi
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {