From dc0c7b0e3a8354a2683120c001d70d37d045a337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 2 Apr 2022 00:36:55 +0200 Subject: [PATCH] orage: enable notify PACKAGECONFIG by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/orage/orage_4.16.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f56050018be..d10cdaac498 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"