diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2022-04-02 00:36:55 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-06 20:25:33 -0400 |
| commit | dc0c7b0e3a8354a2683120c001d70d37d045a337 (patch) | |
| tree | 1459adcf6a2d3615126f2a6adc92a99fd7bbd0ce /meta-xfce | |
| parent | 6d16352de522a75c8da9c5cc94840f039d420f2f (diff) | |
| download | meta-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.bb | 2 |
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 | |||
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "26111a3b6a2007c82f1e0a1e0591b774a0b132f3a7f1cde53d9be661b2f11700" | 9 | SRC_URI[sha256sum] = "26111a3b6a2007c82f1e0a1e0591b774a0b132f3a7f1cde53d9be661b2f11700" |
| 10 | 10 | ||
| 11 | PACKAGECONFIG ??= "" | 11 | PACKAGECONFIG ??= "notify" |
| 12 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | 12 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" |
| 13 | 13 | ||
| 14 | PACKAGES =+ "xfce4-orageclock-plugin" | 14 | PACKAGES =+ "xfce4-orageclock-plugin" |
