Skip to content

Commit

Permalink
main/clutter: add libxi-dev to depends_dev
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
NotKit authored and fabled committed Sep 22, 2017
1 parent d328af8 commit 41d496f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/clutter/APKBUILD
Expand Up @@ -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"
Expand Down

0 comments on commit 41d496f

Please sign in to comment.