diff options
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb index dc44c4b0bd..7f7888eeda 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb | |||
| @@ -11,7 +11,6 @@ DEPENDS = " \ | |||
| 11 | libsm \ | 11 | libsm \ |
| 12 | libxfce4ui \ | 12 | libxfce4ui \ |
| 13 | libxfce4util \ | 13 | libxfce4util \ |
| 14 | polkit \ | ||
| 15 | virtual/libx11 \ | 14 | virtual/libx11 \ |
| 16 | xfconf \ | 15 | xfconf \ |
| 17 | " | 16 | " |
| @@ -20,6 +19,9 @@ inherit xfce update-alternatives distro_features_check | |||
| 20 | 19 | ||
| 21 | REQUIRED_DISTRO_FEATURES = "x11" | 20 | REQUIRED_DISTRO_FEATURES = "x11" |
| 22 | 21 | ||
| 22 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}" | ||
| 23 | PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit" | ||
| 24 | |||
| 23 | SRC_URI += " \ | 25 | SRC_URI += " \ |
| 24 | file://0001-configure.in-hard-code-path-to-iceauth.patch \ | 26 | file://0001-configure.in-hard-code-path-to-iceauth.patch \ |
| 25 | " | 27 | " |
