aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/ui.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-07-02 20:37:59 +0300
committerGitHub <noreply@github.com>2018-07-02 20:37:59 +0300
commit1c44afdeed636f90a1e2685cba4143eacde21887 (patch)
treefae2555335f85911e811a719fc125b4ff1de9b03 /mesonbuild/dependencies/ui.py
parent1ec3c790567d230e994500a6edb44a26c2d64968 (diff)
parentcc58fdac33fad6f9af328b2bdc26fcd5c0274b84 (diff)
downloadmeson-1c44afdeed636f90a1e2685cba4143eacde21887.zip
meson-1c44afdeed636f90a1e2685cba4143eacde21887.tar.gz
meson-1c44afdeed636f90a1e2685cba4143eacde21887.tar.bz2
Merge pull request #3823 from mesonbuild/nirbheek/fix-featurenew-subprojects
Nirbheek/fix featurenew subprojects
Diffstat (limited to 'mesonbuild/dependencies/ui.py')
-rw-r--r--mesonbuild/dependencies/ui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/dependencies/ui.py b/mesonbuild/dependencies/ui.py
index 324f9fa..197d22c 100644
--- a/mesonbuild/dependencies/ui.py
+++ b/mesonbuild/dependencies/ui.py
@@ -33,7 +33,6 @@ from .base import ExternalDependency, ExternalProgram
from .base import ExtraFrameworkDependency, PkgConfigDependency
from .base import ConfigToolDependency
-from ..interpreterbase import FeatureNew
class GLDependency(ExternalDependency):
def __init__(self, environment, kwargs):
@@ -516,7 +515,6 @@ class WxDependency(ConfigToolDependency):
class VulkanDependency(ExternalDependency):
- @FeatureNew('Vulkan Dependency', '0.42.0')
def __init__(self, environment, kwargs):
super().__init__('vulkan', environment, None, kwargs)