mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
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.
This commit is contained in:
parent
688019a7ce
commit
de0b877f3f
1 changed files with 3 additions and 5 deletions
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'clutter'
|
# Template file for 'clutter'
|
||||||
pkgname=clutter
|
pkgname=clutter
|
||||||
version=1.24.2
|
version=1.24.2
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
configure_args="$(vopt_enable gir introspection) --enable-evdev --enable-evdev-input
|
configure_args="$(vopt_enable gir introspection) --enable-evdev --enable-evdev-input
|
||||||
--enable-wayland-backend --enable-egl-backend --enable-wayland-compositor
|
--enable-wayland-backend --enable-egl-backend --enable-wayland-compositor"
|
||||||
--enable-gdk-backend --enable-xinput"
|
|
||||||
hostmakedepends="automake libtool pkg-config intltool glib-devel
|
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 libgudev-devel
|
atk-devel pango-devel libXi-devel libXcomposite-devel json-glib-devel libgudev-devel
|
||||||
libxkbcommon-devel cogl-devel libinput-devel libevdev-devel eudev-libudev-devel
|
libxkbcommon-devel cogl-devel libinput-devel libevdev-devel eudev-libudev-devel"
|
||||||
gtk+3-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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue