summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb2
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
31def gnome_verdir(v): 31def gnome_verdir(v):
32 return oe.utils.trim_version(v, 1) 32 return oe.utils.trim_version(v, 1)
33 33
34REQUIRED_DISTRO_FEATURES = "x11" 34REQUIRED_DISTRO_FEATURES = "x11 opengl"
35 35
36PACKAGECONFIG ?= "" 36PACKAGECONFIG ?= ""
37PACKAGECONFIG[doc] = "-Dmanuals=true,-Dmanuals=false,libxslt-native docbook-xsl-stylesheets-native" 37PACKAGECONFIG[doc] = "-Dmanuals=true,-Dmanuals=false,libxslt-native docbook-xsl-stylesheets-native"