gtk+3: fix typo in previous.
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user