summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-10-23 12:41:40 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-10-23 12:41:40 -0400
commit451096b99839c82b4e10e6458e7e94a7bf079741 (patch)
treeca6b9a8f7835098ea7ea272e4d744b77b2c5d866 /recipes
parentfe57efa02ae41199213bc3e7a2d4202b42cb15f2 (diff)
Add enums for Fedora 23
Diffstat (limited to 'recipes')
-rw-r--r--recipes/glib.recipe1
-rw-r--r--recipes/gtk+3.recipe1
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe
index c9451ec6..cbc353ec 100644
--- a/recipes/glib.recipe
+++ b/recipes/glib.recipe
@@ -169,6 +169,7 @@ class Recipe(recipe.Recipe):
DistroVersion.FEDORA_20,
DistroVersion.FEDORA_21,
DistroVersion.FEDORA_22,
+ DistroVersion.FEDORA_23,
DistroVersion.REDHAT_6,
DistroVersion.REDHAT_7,
]:
diff --git a/recipes/gtk+3.recipe b/recipes/gtk+3.recipe
index 0795ce68..3fa56725 100644
--- a/recipes/gtk+3.recipe
+++ b/recipes/gtk+3.recipe
@@ -145,6 +145,7 @@ class Recipe(recipe.Recipe):
DistroVersion.FEDORA_20,
DistroVersion.FEDORA_21,
DistroVersion.FEDORA_22,
+ DistroVersion.FEDORA_23,
DistroVersion.REDHAT_6,
DistroVersion.REDHAT_7,
]: