diff options
author | François Andriot <albator78@libertysurf.fr> | 2022-02-06 22:08:37 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2022-02-06 22:08:55 +0100 |
commit | c4fb31523551568363f2e799663c43e17570f656 (patch) | |
tree | 2421bf041d177fc0938d89cbd5efec4fbb9da722 /redhat/applications/kkbswitch | |
parent | 79f2efeb9c2eeac55a07a1e85218cdb9a61a044a (diff) | |
download | tde-packaging-c4fb31523551568363f2e799663c43e17570f656.tar.gz tde-packaging-c4fb31523551568363f2e799663c43e17570f656.zip |
RPM: add cmake package for trinity cmake macros
Diffstat (limited to 'redhat/applications/kkbswitch')
-rw-r--r-- | redhat/applications/kkbswitch/kkbswitch.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/kkbswitch/kkbswitch.spec b/redhat/applications/kkbswitch/kkbswitch.spec index affd49e3e..7ab1e07e3 100644 --- a/redhat/applications/kkbswitch/kkbswitch.spec +++ b/redhat/applications/kkbswitch/kkbswitch.spec @@ -61,7 +61,7 @@ BuildRequires: trinity-tdelibs-devel >= %{tde_version} BuildRequires: trinity-tdebase-devel >= %{tde_version} BuildRequires: desktop-file-utils -BuildRequires: cmake >= 2.8 +BuildRequires: trinity-cmake >= %{tde_version} BuildRequires: gcc-c++ BuildRequires: pkgconfig |