]> git.pld-linux.org Git - packages/fwupd.git/commitdiff
deps for uefi capsule splash
authorJan Palus <atler@pld-linux.org>
Sun, 2 Jul 2023 10:56:47 +0000 (12:56 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 2 Jul 2023 10:56:47 +0000 (12:56 +0200)
fwupd.spec

index 644416cbb7f7ddd70bc72da4398a99cdceb400d5..9c548eb82a07ffa3771255c990926ae25f839f81 100644 (file)
@@ -68,7 +68,6 @@ BuildRequires:        ninja >= 1.6
 BuildRequires: pkgconfig
 BuildRequires: polkit-devel >= 0.114
 BuildRequires: python3 >= 1:3.0
-BuildRequires: python3-pycairo
 BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: sqlite3-devel >= 3
@@ -80,6 +79,15 @@ BuildRequires:       udev-devel
 %{?with_thunderbolt:BuildRequires:     umockdev-devel}
 BuildRequires: xz
 BuildRequires: xz-devel
+# efi capsule splash (po/test-deps)
+%if %{with efi}
+# any Sans font
+BuildRequires: fonts-TTF-DejaVu
+BuildRequires: gobject-introspection-devel
+BuildRequires: pango >= 1:1.26.0
+BuildRequires: python3-pycairo
+BuildRequires: python3-pygobject3
+%endif
 Requires:      %{name}-libs = %{version}-%{release}
 %{?with_modemmanager:BuildRequires:    ModemManager-libs >= 1.10.0}
 Requires:      curl-libs >= 7.62.0
This page took 0.102138 seconds and 4 git commands to generate.