clutter: gudev is not really necessary.

This commit is contained in:
Juan RP 2015-10-14 09:29:02 +02:00
parent 69790c1c19
commit 46e0d31844

View File

@ -1,7 +1,7 @@
# Template file for 'clutter' # Template file for 'clutter'
pkgname=clutter pkgname=clutter
version=1.24.2 version=1.24.2
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
build_options="gir" build_options="gir"
configure_args="$(vopt_enable gir introspection) --enable-evdev-input configure_args="$(vopt_enable gir introspection) --enable-evdev-input
@ -10,8 +10,7 @@ hostmakedepends="automake libtool pkg-config intltool glib-devel
gettext-devel $(vopt_if gir gobject-introspection)" gettext-devel $(vopt_if gir gobject-introspection)"
makedepends=" makedepends="
atk-devel pango-devel libXi-devel libXcomposite-devel json-glib-devel atk-devel pango-devel libXi-devel libXcomposite-devel json-glib-devel
libxkbcommon-devel cogl-devel libinput-devel libgudev-devel libxkbcommon-devel cogl-devel libinput-devel eudev-libudev-devel"
eudev-libudev-devel"
short_desc="OpenGL based interactive canvas library" short_desc="OpenGL based interactive canvas library"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.clutter-project.org" homepage="http://www.clutter-project.org"