From de0b877f3f2cb9db1f80933c2959cd2fcaaa634a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 17 Oct 2015 16:53:57 +0200 Subject: [PATCH] clutter: revert prev change: disable gdk backend for now. totem does not work with this change, revert this until the issue is found and understood. --- srcpkgs/clutter/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/clutter/template b/srcpkgs/clutter/template index 28c3736d3d6..3c3e16d1857 100644 --- a/srcpkgs/clutter/template +++ b/srcpkgs/clutter/template @@ -1,18 +1,16 @@ # Template file for 'clutter' pkgname=clutter version=1.24.2 -revision=5 +revision=6 build_style=gnu-configure build_options="gir" configure_args="$(vopt_enable gir introspection) --enable-evdev --enable-evdev-input - --enable-wayland-backend --enable-egl-backend --enable-wayland-compositor - --enable-gdk-backend --enable-xinput" + --enable-wayland-backend --enable-egl-backend --enable-wayland-compositor" hostmakedepends="automake libtool pkg-config intltool glib-devel gettext-devel $(vopt_if gir gobject-introspection)" makedepends=" atk-devel pango-devel libXi-devel libXcomposite-devel json-glib-devel libgudev-devel - libxkbcommon-devel cogl-devel libinput-devel libevdev-devel eudev-libudev-devel - gtk+3-devel" + libxkbcommon-devel cogl-devel libinput-devel libevdev-devel eudev-libudev-devel" short_desc="OpenGL based interactive canvas library" maintainer="Juan RP " homepage="http://www.clutter-project.org"