summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.0.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.0.bb
index 1122ee5ea0..29c9f3c48c 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.0.bb
@@ -48,6 +48,8 @@ PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland"
48 48
49EXTRA_OEMESON += "-Doe_sysroot=${STAGING_DIR_HOST}" 49EXTRA_OEMESON += "-Doe_sysroot=${STAGING_DIR_HOST}"
50 50
51export XDG_DATA_DIRS = "${STAGING_DATADIR}"
52
51USERADD_PACKAGES = "${PN}" 53USERADD_PACKAGES = "${PN}"
52USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/polkit-1 polkitd" 54USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/polkit-1 polkitd"
53 55