diff options
author | Alistair Buxton <a.j.buxton@gmail.com> | 2016-01-13 00:31:31 +0000 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-01-13 21:17:08 +0100 |
commit | 82a21ff5a55686002ef9a49d9154969af279c899 (patch) | |
tree | eb02beb2840be981fcf4018b942f9384e3682e36 /recipes | |
parent | 529f2a78d9e477d6138c20fc5d5c9f08ff747bb0 (diff) |
Add support for ubuntu wily
https://bugzilla.gnome.org/show_bug.cgi?id=760593
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/glib.recipe | 3 | ||||
-rw-r--r-- | recipes/gtk+3.recipe | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index 8127d293..92843625 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -148,7 +148,8 @@ class Recipe(recipe.Recipe): DistroVersion.UBUNTU_SAUCY, DistroVersion.UBUNTU_TRUSTY, DistroVersion.UBUNTU_UTOPIC, - DistroVersion.UBUNTU_VIVID]: + DistroVersion.UBUNTU_VIVID, + DistroVersion.UBUNTU_WILY]: if self.config.target_arch == Architecture.X86: path2 = '/usr/lib/i386-linux-gnu/gio/modules' elif self.config.target_arch == Architecture.X86_64: diff --git a/recipes/gtk+3.recipe b/recipes/gtk+3.recipe index e8c2b102..408d9e5f 100644 --- a/recipes/gtk+3.recipe +++ b/recipes/gtk+3.recipe @@ -123,7 +123,8 @@ class Recipe(recipe.Recipe): DistroVersion.UBUNTU_SAUCY, DistroVersion.UBUNTU_TRUSTY, DistroVersion.UBUNTU_UTOPIC, - DistroVersion.UBUNTU_VIVID]: + DistroVersion.UBUNTU_VIVID, + DistroVersion.UBUNTU_WILY]: if self.config.target_arch == Architecture.X86: mod_path2 = '/usr/lib/i386-linux-gnu/gtk-3.0' elif self.config.target_arch == Architecture.X86_64: |