From 762e4ea709d8691b83f7247b5aacaf3f8d4c7255 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 11 Jun 2021 16:30:27 +0200 Subject: [PATCH] BR: xkb and openssl --- qt6-qtscxml.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt6-qtscxml.spec b/qt6-qtscxml.spec index 78396ff..df7d4fc 100644 --- a/qt6-qtscxml.spec +++ b/qt6-qtscxml.spec @@ -18,6 +18,8 @@ BuildRequires: qt6-qtbase-devel >= %{version} BuildRequires: qt6-qtbase-private-devel %{?_qt6:Requires: %{_qt6}%{?_isa} = %{_qt6_version}} BuildRequires: qt6-qtdeclarative-devel >= %{version} +BuildRequires: pkgconfig(xkbcommon) +BuildRequires: openssl-devel %description The Qt SCXML module provides functionality to create state machines from SCXML files.