mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user