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>
This commit is contained in:
Andreas Müller
2022-04-02 00:36:55 +02:00
committed by Khem Raj
parent 6d16352de5
commit dc0c7b0e3a
+1 -1
View File
@@ -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"