aboutsummaryrefslogtreecommitdiffstats
path: root/main/clutter
diff options
context:
space:
mode:
authorNeKit <nekit1000@gmail.com>2017-09-18 21:29:23 +0300
committerTimo Teräs <timo.teras@iki.fi>2017-09-22 12:58:16 +0000
commit41d496fb65b80ac3bb6e66d2ec25caae2a911abe (patch)
tree16bfca87daead1e9f26dcb5d95fa2573230711e2 /main/clutter
parentd328af8cd4524b8519ff040de2036464f41bd099 (diff)
downloadaports-41d496fb65b80ac3bb6e66d2ec25caae2a911abe.tar.bz2
aports-41d496fb65b80ac3bb6e66d2ec25caae2a911abe.tar.xz
main/clutter: add libxi-dev to depends_dev
libxi-dev is needed for Clutter to be built with X11 input extension support, otherwise touch screen input won't work in apps relying on X11 backend, such as hildon-desktop in postmarketOS. [TT: increment pkgrel]
Diffstat (limited to 'main/clutter')
-rw-r--r--main/clutter/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/clutter/APKBUILD b/main/clutter/APKBUILD
index d929d5d43c..9adcfa4f72 100644
--- a/main/clutter/APKBUILD
+++ b/main/clutter/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=clutter
pkgver=1.26.2
-pkgrel=0
+pkgrel=1
pkgdesc="library for creating fast, visually-appealing interfaces"
url="http://www.clutter-project.org/"
arch="all"
license="LGPL"
depends=
depends_dev="gdk-pixbuf-dev json-glib-dev atk-dev pango-dev mesa-dev
- libxcomposite-dev cairo-dev cogl-dev"
+ libxcomposite-dev libxi-dev cairo-dev cogl-dev"
makedepends="$depends_dev gobject-introspection-dev intltool"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"