From 89ca4a525d8547201ef52c23756ad8638f8248ae Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sep 19 2019 16:58:18 +0000 Subject: Enable WPE renderer, resolves rhbz#1753730 --- diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index ec81a42..8ec669e 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -7,7 +7,7 @@ Name: webkit2gtk3 Version: 2.26.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GTK Web content engine library License: LGPLv2 @@ -80,6 +80,8 @@ BuildRequires: pkgconfig(upower-glib) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-server) +BuildRequires: pkgconfig(wpe-1.0) +BuildRequires: pkgconfig(wpebackend-fdo-1.0) BuildRequires: pkgconfig(xt) Requires: bubblewrap @@ -191,7 +193,6 @@ pushd %{_target_platform} -DENABLE_GTKDOC=ON \ -DENABLE_MINIBROWSER=ON \ -DPYTHON_EXECUTABLE=%{_bindir}/python3 \ - -DUSE_WPE_RENDERER=OFF \ .. popd @@ -270,6 +271,9 @@ export NINJA_STATUS="[%f/%t][%e] " %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Thu Sep 19 2019 Michael Catanzaro - 2.26.0-3 +- Enable WPE renderer, resolves rhbz#1753730 + * Tue Sep 17 2019 Tomas Popela - 2.26.0-2 - Backport fix for a crash when closing the view and HW acceleration is enabled - Resolves: rhbz#1750345