diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb index 620e76e9a8..72ab2eaaf8 100644 --- a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb +++ b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb | |||
@@ -31,7 +31,7 @@ inherit gnomebase gettext gnome-help features_check | |||
31 | def gnome_verdir(v): | 31 | def gnome_verdir(v): |
32 | return oe.utils.trim_version(v, 1) | 32 | return oe.utils.trim_version(v, 1) |
33 | 33 | ||
34 | REQUIRED_DISTRO_FEATURES = "x11" | 34 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
35 | 35 | ||
36 | PACKAGECONFIG ?= "" | 36 | PACKAGECONFIG ?= "" |
37 | PACKAGECONFIG[doc] = "-Dmanuals=true,-Dmanuals=false,libxslt-native docbook-xsl-stylesheets-native" | 37 | PACKAGECONFIG[doc] = "-Dmanuals=true,-Dmanuals=false,libxslt-native docbook-xsl-stylesheets-native" |