commit 55e2d1455ddcc6e891fb8e50ee9ec2412dac1c25
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Mar 14 10:20:20 2022 +0000
fix
chromium-freeworld.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 9e01cfa..b2af03f 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -30,12 +30,14 @@
# lto issue with system libpng
%global system_libpng 0
%global system_libvpx 0
-%global system_libxml2 1
+# The libxml_utils code depends on the specific bundled libxml checkout
+%global system_libxml2 0
# lto issue with system minizip
%global system_minizip 0
%global system_re2 1
%global system_libwebp 1
%global system_xslt 1
+%global system_snappy 1
##############################Package Definitions######################################
Name: chromium-freeworld
@@ -160,6 +162,9 @@ BuildRequires: pkgconfig(libxslt)
%if %{system_re2}
BuildRequires: re2-devel
%endif
+%if %{system_snappy}
+BuildRequires: snappy-devel
+%endif
# Runtime Requirements
Requires: hicolor-icon-theme
@@ -291,6 +296,9 @@ Patch1406: chromium-rpm-fusion-brand.patch
%if %{system_re2}
re2 \
%endif
+%if %{system_snappy}
+ snappy \
+%endif
%if %{system_minizip}
zlib
%endif