summaryrefslogtreecommitdiffstats
path: root/rules/host-cmake-ecm.in
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-03-22 15:04:35 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-25 08:16:51 +0100
commite2b406d2458c930e79ffcf33aee163ad08addf4b (patch)
treefe4039d913be259a3db1306cf77e42bd9a9c87c4 /rules/host-cmake-ecm.in
parent50cccb032d3bf7386bbae53ecbb54c3944cb1234 (diff)
downloadptxdist-e2b406d2458c930e79ffcf33aee163ad08addf4b.tar.gz
ptxdist-e2b406d2458c930e79ffcf33aee163ad08addf4b.tar.xz
host-cmake-ecm: new package
This adds the Extra CMake Modules package, which provides CMake modules commonly used by software produced by the KDE community. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-cmake-ecm.in')
-rw-r--r--rules/host-cmake-ecm.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/host-cmake-ecm.in b/rules/host-cmake-ecm.in
new file mode 100644
index 000000000..5717945ab
--- /dev/null
+++ b/rules/host-cmake-ecm.in
@@ -0,0 +1,9 @@
+## SECTION=hosttools_noprompt
+
+config HOST_CMAKE_ECM
+ tristate
+ select HOST_CMAKE
+ default y if ALLYES
+ help
+ Extra CMake Modules adds CMake modules commonly used
+ by software produced by the KDE community.