diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-05-12 15:04:12 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-05-27 10:03:32 +0200 |
commit | f21fbc4894c2fb6250a64ff8e72c1fde8df78fdf (patch) | |
tree | d39b8f94a5828a98e8170f6fc9f6820f1e3fa523 /recipes/schroedinger.recipe | |
parent | 09e99e31c396afd289cb34e3862f55ef48907004 (diff) |
recipes: use the new runtime dependencies
Diffstat (limited to 'recipes/schroedinger.recipe')
-rw-r--r-- | recipes/schroedinger.recipe | 3 |
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 |