Skip to content

Commit

Permalink
orage: enable notify PACKAGECONFIG by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
schnitzeltony committed Apr 2, 2022
1 parent 85693c4 commit 879e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-xfce/recipes-apps/orage/orage_4.16.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 879e8a3

Please sign in to comment.