diff options
-rw-r--r-- | meta-gnome/conf/layer.conf | 3 |
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" | |||
8 | BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_gnome-layer = "7" | 9 | BBFILE_PRIORITY_gnome-layer = "7" |
10 | 10 | ||
11 | # auto-pack gnome help files | ||
12 | IMAGE_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 |
13 | LAYERVERSION_gnome-layer = "1" | 16 | LAYERVERSION_gnome-layer = "1" |