Package: webkit2gtk
Version: 2.36.4-1
The package currently build without WPE on Ubuntu but the required
depends got their MIR review validated recently so that delta can be
removed now
Thanks,
diff -Nru webkit2gtk-2.36.4/debian/changelog webkit2gtk-2.36.4/debian/changelog
--- webkit2gtk-2.36.4/debian/changelog 2022-07-06 13:54:15.000000000 +0200
+++ webkit2gtk-2.36.4/debian/changelog 2022-08-03 17:27:29.000000000 +0200
@@ -1,3 +1,9 @@
+webkit2gtk (2.36.4-2) UNRELEASED; urgency=medium
+
+ * Enable wpe on Ubuntu now that the MIR has been accepted
+
+ -- Sebastien Bacher <seb...@ubuntu.com> Wed, 03 Aug 2022 17:27:29 +0200
+
webkit2gtk (2.36.4-1) unstable; urgency=high
* New upstream release.
diff -Nru webkit2gtk-2.36.4/debian/rules webkit2gtk-2.36.4/debian/rules
--- webkit2gtk-2.36.4/debian/rules 2022-07-06 13:54:15.000000000 +0200
+++ webkit2gtk-2.36.4/debian/rules 2022-08-03 17:26:41.000000000 +0200
@@ -109,11 +109,8 @@
EXTRA_CMAKE_ARGUMENTS += -DENABLE_BUBBLEWRAP_SANDBOX=OFF
endif
-# Disable WPE on Ubuntu since the required backend is in universe
-ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
- EXTRA_CMAKE_ARGUMENTS += -DUSE_WPE_RENDERER=OFF
# Disable the WPE renderer if libwpebackend-fdo-1.0-dev is not available
-else ifeq ($(shell pkg-config --exists wpebackend-fdo-1.0 && echo yes),yes)
+ifeq ($(shell pkg-config --exists wpebackend-fdo-1.0 && echo yes),yes)
EXTRA_CMAKE_ARGUMENTS += -DUSE_WPE_RENDERER=ON
else
EXTRA_CMAKE_ARGUMENTS += -DUSE_WPE_RENDERER=OFF