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/kkbswitch/kkbswitch.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'redhat/applications/kkbswitch/kkbswitch.spec') diff --git a/redhat/applications/kkbswitch/kkbswitch.spec b/redhat/applications/kkbswitch/kkbswitch.spec index 82928d450..b4ef8ddb4 100644 --- a/redhat/applications/kkbswitch/kkbswitch.spec +++ b/redhat/applications/kkbswitch/kkbswitch.spec @@ -65,6 +65,18 @@ BuildRequires: cmake >= 2.8 BuildRequires: gcc-c++ BuildRequires: pkgconfig +# ACL support +BuildRequires: libacl-devel + +# IDN support +BuildRequires: libidn-devel + +# OPENSSL support +BuildRequires: openssl-devel + +# XKBFILES support +BuildRequires: libxkbfile-devel + # SUSE desktop files utility %if 0%{?suse_version} BuildRequires: update-desktop-files -- cgit v1.2.1