Add missing build deps
Perl is no longer in the minimal build roots and has to be explicitly listed.
This commit is contained in:
parent
f285b8cdde
commit
9ae1c60091
@ -13,6 +13,8 @@ Group: System Environment/Libraries
|
||||
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cairo-devel >= %{cairo_version}
|
||||
BuildRequires: libsigc++20-devel >= %{libsigc_version}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
Requires: cairo%{?_isa} >= %{cairo_version}
|
||||
|
Loading…
Reference in New Issue
Block a user