commit 5b41de233dca6c39c414577eecb4f0e1ae37e34c
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Mon Sep 23 18:00:13 2019 +0530
Revert "Rebundle harfbuzz"
This reverts commit 6724e3f89f1fef91edbc74706ae83ecbd0e16dae.
chromium-vaapi.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index 57db676..77eb516 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -26,7 +26,11 @@
#
https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompi...
%global _python_bytecompile_extra 1
#Require harfbuzz >= 2.4.0 for hb_subset_input_set_retain_gids
+%if 0%{?fedora} >= 31
+%bcond_without system_harfbuzz
+%else
%bcond_with system_harfbuzz
+%endif
# Require libxml2 > 2.9.4 for XML_PARSE_NOXXE
%bcond_without system_libxml2