diff options
-rw-r--r-- | meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.2.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.2.0.bb b/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.2.0.bb index 00859a176..8d4e77ee8 100644 --- a/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.2.0.bb +++ b/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.2.0.bb | |||
@@ -9,3 +9,6 @@ DEPENDS += "gnutls libgcrypt" | |||
9 | 9 | ||
10 | SRC_URI[md5sum] = "7263114ec0f2987a3aff15afeeb45577" | 10 | SRC_URI[md5sum] = "7263114ec0f2987a3aff15afeeb45577" |
11 | SRC_URI[sha256sum] = "624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad" | 11 | SRC_URI[sha256sum] = "624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad" |
12 | |||
13 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | ||
14 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||