summaryrefslogtreecommitdiff
path: root/recipes/schroedinger.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-12 15:04:12 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-27 10:03:32 +0200
commitf21fbc4894c2fb6250a64ff8e72c1fde8df78fdf (patch)
treed39b8f94a5828a98e8170f6fc9f6820f1e3fa523 /recipes/schroedinger.recipe
parent09e99e31c396afd289cb34e3862f55ef48907004 (diff)
recipes: use the new runtime dependencies
Diffstat (limited to 'recipes/schroedinger.recipe')
-rw-r--r--recipes/schroedinger.recipe3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/schroedinger.recipe b/recipes/schroedinger.recipe
index 8e2e11c0..6d17cd09 100644
--- a/recipes/schroedinger.recipe
+++ b/recipes/schroedinger.recipe
@@ -7,9 +7,6 @@ class Recipe(recipe.Recipe):
# either LGPLv2 or GPLv2 or MPLv1.1 or MIT
licenses = [License.LGPLv2]
deps = ['orc', 'glib']
- platform_deps = {
- Platform.WINDOWS: ['mingw'], # for libstdc++
- }
can_use_configure_cache = False
autoreconf = True