Skip to content

Commit 5a710df

Browse files
committed
distro: Enable polkit and sysprof in poky-wayland and wpewebkit
* Added `polkit` to `DISTRO_FEATURES` in `poky-wayland.conf` to support PolicyKit features. * Appended `sysprof` to `PACKAGECONFIG` in `wpewebkit_%.bbappend` to enable profiling support. Change-Type: minor
1 parent 0d1f228 commit 5a710df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf/distro/poky-wayland.conf

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ DISTROOVERRIDES = "poky:poky-altcfg:linuxstdbase"
1111
DISTRO_FEATURES:append = " egl \
1212
opengl \
1313
pam \
14+
polkit \
1415
pulseaudio \
1516
virtualization \
1617
wayland \
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
22

3-
PACKAGECONFIG:append = " experimental-features minibrowser"
3+
PACKAGECONFIG:append = " experimental-features minibrowser sysprof"
44

0 commit comments

Comments
 (0)