aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/unstable_icestorm.py
diff options
context:
space:
mode:
authorSalamandar <felix@piedallu.me>2018-04-27 17:26:07 +0200
committerSalamandar <felix@piedallu.me>2018-06-01 14:23:24 +0200
commit364b8a37b9da0a0b318f4c60be67f37dfa51a295 (patch)
treea3f6a12548be3416c151fe377f71f02a0db216a6 /mesonbuild/modules/unstable_icestorm.py
parentc90885de6d92ed0ffea286f11337346129ca0a35 (diff)
downloadmeson-364b8a37b9da0a0b318f4c60be67f37dfa51a295.zip
meson-364b8a37b9da0a0b318f4c60be67f37dfa51a295.tar.gz
meson-364b8a37b9da0a0b318f4c60be67f37dfa51a295.tar.bz2
Add 0.45.0 features
Diffstat (limited to 'mesonbuild/modules/unstable_icestorm.py')
-rw-r--r--mesonbuild/modules/unstable_icestorm.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/modules/unstable_icestorm.py b/mesonbuild/modules/unstable_icestorm.py
index bf06314..051dc5f 100644
--- a/mesonbuild/modules/unstable_icestorm.py
+++ b/mesonbuild/modules/unstable_icestorm.py
@@ -14,11 +14,13 @@
from .. import mesonlib
from ..interpreterbase import flatten
+from ..interpreterbase import FeatureNew
from . import ExtensionModule
class IceStormModule(ExtensionModule):
+ @FeatureNew('FPGA/Icestorm Module', '0.45.0')
def __init__(self, interpreter):
super().__init__(interpreter)
self.snippets.add('project')