diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-09-29 17:40:34 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-09-29 17:40:34 +0200 |
commit | 805999311e80566c5beadef9d52094c056c710cb (patch) | |
tree | 173930211d3ae4f5015423d39fa0b4f388606fe4 | |
parent | c17232fcb4a181fc2d47a59907a844be037e004b (diff) | |
download | tde-packaging-805999311e80566c5beadef9d52094c056c710cb.tar.gz tde-packaging-805999311e80566c5beadef9d52094c056c710cb.zip |
RPM packaging: add cmake macros
-rw-r--r-- | redhat/Makefile.r14 | 5 | ||||
-rw-r--r-- | redhat/extras/trinity-cmake-macros/macros.cmake (renamed from redhat/macros.cmake) | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index a3c2bb5d0..de4338805 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -247,6 +247,11 @@ endif akode: tqtinterface $(call buildpkg,extras/akode) +cmake-macros: cmake +ifneq ($(wildcard /etc/SuSE-release),) + $(call buildpkg,extras/trinity-cmake-macros) +endif + ### Trinity Libraries kipi-plugins: tqtinterface libkipi $(call buildpkg,libraries/kipi-plugins) diff --git a/redhat/macros.cmake b/redhat/extras/trinity-cmake-macros/macros.cmake index cdcb7a1e1..cdcb7a1e1 100644 --- a/redhat/macros.cmake +++ b/redhat/extras/trinity-cmake-macros/macros.cmake |