diff options
author | Ross Burton <ross.burton@arm.com> | 2023-05-25 13:13:55 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-26 08:28:37 -0700 |
commit | 8070e9c5c720f9b4ab40946167661daf29e39307 (patch) | |
tree | 5aa9712a5337a71e1613f10688467dbd5ba2578a /meta-xfce/recipes-apps | |
parent | 496c2fbca62438df040a99eea89206618ca23d66 (diff) | |
download | meta-openembedded-8070e9c5c720f9b4ab40946167661daf29e39307.tar.gz |
xfce4-panel-profiles: requires gobject-introspection-data DISTRO_FEATURE
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb index ab1b82726..feb912160 100644 --- a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb +++ b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
5 | 5 | ||
6 | inherit python3native gettext gtk-icon-cache features_check | 6 | inherit python3native gettext gtk-icon-cache features_check |
7 | 7 | ||
8 | REQUIRED_DISTRO_FEATURES = "x11" | 8 | REQUIRED_DISTRO_FEATURES = "x11 gobject-introspection-data" |
9 | 9 | ||
10 | DEPENDS += "intltool-native" | 10 | DEPENDS += "intltool-native" |
11 | 11 | ||