diff options
| -rw-r--r-- | meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.8.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.8.2.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.8.2.bb index 7dbd90c188..96cfd32f7b 100644 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.8.2.bb +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.8.2.bb | |||
| @@ -10,9 +10,11 @@ DEPENDS = " \ | |||
| 10 | libxfce4ui \ | 10 | libxfce4ui \ |
| 11 | xfconf \ | 11 | xfconf \ |
| 12 | xfce4-panel \ | 12 | xfce4-panel \ |
| 13 | python3-packaging-native \ | ||
| 13 | " | 14 | " |
| 14 | 15 | ||
| 15 | inherit xfce-app | 16 | inherit xfce-app |
| 17 | inherit python3native | ||
| 16 | 18 | ||
| 17 | SRC_URI:append = " file://xfce4-notifyd-get-var-abs-path.patch" | 19 | SRC_URI:append = " file://xfce4-notifyd-get-var-abs-path.patch" |
| 18 | 20 | ||
