From 666511ebfbbade27acaec9371a32e866461d8060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 10 Mar 2019 22:14:46 +0100 Subject: RPM: fix dependencies on newly cmake built packages --- redhat/applications/kcmautostart/kcmautostart.spec | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'redhat/applications/kcmautostart/kcmautostart.spec') diff --git a/redhat/applications/kcmautostart/kcmautostart.spec b/redhat/applications/kcmautostart/kcmautostart.spec index 042f4af9f..0006b6f31 100644 --- a/redhat/applications/kcmautostart/kcmautostart.spec +++ b/redhat/applications/kcmautostart/kcmautostart.spec @@ -65,6 +65,15 @@ BuildRequires: cmake >= 2.8 BuildRequires: gcc-c++ BuildRequires: pkgconfig +# ACL support +BuildRequires: libacl-devel + +# IDN support +BuildRequires: libidn-devel + +# OPENSSL support +BuildRequires: openssl-devel + # SUSE desktop files utility %if 0%{?suse_version} BuildRequires: update-desktop-files -- cgit v1.2.1