aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-02 00:36:55 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-06 20:25:33 -0400
commitdc0c7b0e3a8354a2683120c001d70d37d045a337 (patch)
tree1459adcf6a2d3615126f2a6adc92a99fd7bbd0ce /meta-xfce
parent6d16352de522a75c8da9c5cc94840f039d420f2f (diff)
downloadmeta-openembedded-dc0c7b0e3a8354a2683120c001d70d37d045a337.tar.gz
orage: enable notify PACKAGECONFIG by default
Trying to eliminate libnotify does not make sense: XFCE images should contain xfce4-notifyd which depend upon libnotify unconditionally Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/orage/orage_4.16.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/orage/orage_4.16.0.bb b/meta-xfce/recipes-apps/orage/orage_4.16.0.bb
index f56050018b..d10cdaac49 100644
--- a/meta-xfce/recipes-apps/orage/orage_4.16.0.bb
+++ b/meta-xfce/recipes-apps/orage/orage_4.16.0.bb
@@ -8,7 +8,7 @@ inherit xfce-app mime-xdg
SRC_URI[sha256sum] = "26111a3b6a2007c82f1e0a1e0591b774a0b132f3a7f1cde53d9be661b2f11700"
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "notify"
PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
PACKAGES =+ "xfce4-orageclock-plugin"