Revert "clutter: update to 1.26.2."
This reverts commit d8068053f9
.
clutter applications exit with:
(gnome-control-center:7986): Clutter-Gtk-ERROR **: *** Unsupported backend.
[1] 7986 trace trap gnome-control-center
clutter-1.26.2 fails to correctly check for the X11 backend.
This commit is contained in:
parent
43893d7d6a
commit
20a0d7c9df
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'clutter'
|
||||
pkgname=clutter
|
||||
version=1.26.2
|
||||
reverts=1.26.2_1
|
||||
version=1.26.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_options="gir"
|
||||
|
@ -16,7 +17,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.clutter-project.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/clutter/${version%.*}/clutter-${version}.tar.xz"
|
||||
checksum=e7233314983055e9018f94f56882e29e7fc34d8d35de030789fdcd9b2d0e2e56
|
||||
checksum=67514e7824b3feb4723164084b36d6ce1ae41cb3a9897e9f1a56c8334993ce06
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
|
|
Loading…
Reference in a new issue