Enable tablet support

This commit is contained in:
Florian Müllner 2017-09-20 19:09:12 +02:00
parent 14cc6c7d86
commit fc2bb48ee7

View File

@ -7,7 +7,7 @@
Name: mutter Name: mutter
Version: 3.26.0 Version: 3.26.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: Window and compositing manager based on Clutter Summary: Window and compositing manager based on Clutter
License: GPLv2+ License: GPLv2+
@ -34,6 +34,7 @@ BuildRequires: gtk3-devel >= %{gtk3_version}
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: gobject-introspection-devel >= 1.41.0 BuildRequires: gobject-introspection-devel >= 1.41.0
BuildRequires: libSM-devel BuildRequires: libSM-devel
BuildRequires: libwacom-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXdamage-devel BuildRequires: libXdamage-devel
BuildRequires: libXext-devel BuildRequires: libXext-devel
@ -126,7 +127,7 @@ the functionality of the installed %{name} package.
%build %build
autoreconf -f -i autoreconf -f -i
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
%configure --disable-static --enable-compile-warnings=maximum --enable-remote-desktop --enable-installed-tests) %configure --disable-static --enable-compile-warnings=maximum --enable-remote-desktop --enable-installed-tests --with-libwacom)
SHOULD_HAVE_DEFINED="HAVE_SM HAVE_RANDR HAVE_STARTUP_NOTIFICATION" SHOULD_HAVE_DEFINED="HAVE_SM HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
@ -194,6 +195,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/mutter/tests %{_datadir}/mutter/tests
%changelog %changelog
* Wed Sep 20 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.0-5
- Enable tablet support
* Tue Sep 12 2017 Adam Williamson <awilliam@redhat.com> - 3.26.0-4 * Tue Sep 12 2017 Adam Williamson <awilliam@redhat.com> - 3.26.0-4
- Also backport BGO #787570 fix from upstream - Also backport BGO #787570 fix from upstream