From 824e66e5e491ea55dbfa9ab7b0643095cbd7e127 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 8 Apr 2022 11:10:53 -0700 Subject: [PATCH] Also BuildRequire libunwind Signed-off-by: Kevin Fenzi --- yelp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/yelp.spec b/yelp.spec index 75583bc..9f1afae 100644 --- a/yelp.spec +++ b/yelp.spec @@ -25,6 +25,7 @@ BuildRequires: pkgconfig(libxslt) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(webkit2gtk-4.0) BuildRequires: pkgconfig(yelp-xsl) +BuildRequires: libunwind BuildRequires: desktop-file-utils BuildRequires: bzip2-devel BuildRequires: gcc