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:11:36 +0100 |
commit | 00e55d893c5db8948d5c8871c345925758664684 (patch) | |
tree | 2bd4e608be985819c346d890b1307c2151f9d74a /redhat/applications/wlassistant/wlassistant.spec | |
parent | 8b79767bca70d73673823edd2c7a4aed8c2302e8 (diff) | |
download | tde-packaging-00e55d893c5db8948d5c8871c345925758664684.tar.gz tde-packaging-00e55d893c5db8948d5c8871c345925758664684.zip |
RPM: add cmake package for trinity cmake macros
Diffstat (limited to 'redhat/applications/wlassistant/wlassistant.spec')
-rw-r--r-- | redhat/applications/wlassistant/wlassistant.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/redhat/applications/wlassistant/wlassistant.spec b/redhat/applications/wlassistant/wlassistant.spec index a750235df..033460cad 100644 --- a/redhat/applications/wlassistant/wlassistant.spec +++ b/redhat/applications/wlassistant/wlassistant.spec @@ -61,7 +61,8 @@ BuildRequires: trinity-tdebase-devel >= %{tde_version} BuildRequires: desktop-file-utils BuildRequires: gettext -BuildRequires: cmake libtool +BuildRequires: trinity-cmake >= %{tde_version} +BuildRequires: libtool BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: fdupes |