summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf
index 862d622ee0..d381fdf070 100644
--- a/meta-gnome/conf/layer.conf
+++ b/meta-gnome/conf/layer.conf
@@ -8,6 +8,9 @@ BBFILE_COLLECTIONS += "gnome-layer"
8BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_gnome-layer = "7" 9BBFILE_PRIORITY_gnome-layer = "7"
10 10
11# auto-pack gnome help files
12IMAGE_LINGUAS_COMPLEMENTARY_append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}"
13
11# This should only be incremented on significant changes that will 14# This should only be incremented on significant changes that will
12# cause compatibility issues with other layers 15# cause compatibility issues with other layers
13LAYERVERSION_gnome-layer = "1" 16LAYERVERSION_gnome-layer = "1"