forked from brl/citadel
Added polkit-gnome to provide a polkit auth agent for Sway
This commit is contained in:
parent
65bdb0d4a1
commit
ee7a795297
@ -10,5 +10,6 @@ RDEPENDS_${PN} = "\
|
|||||||
rofi \
|
rofi \
|
||||||
grim \
|
grim \
|
||||||
slurp \
|
slurp \
|
||||||
|
polkit-gnome \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -228,6 +228,7 @@ smart_gaps on
|
|||||||
#
|
#
|
||||||
# Startup Commands:
|
# Startup Commands:
|
||||||
#
|
#
|
||||||
|
exec /usr/libexec/polkit-gnome-authentication-agent-1
|
||||||
exec systemctl --user restart pulseaudio.service
|
exec systemctl --user restart pulseaudio.service
|
||||||
exec /usr/bin/start-pulseaudio-x11
|
exec /usr/bin/start-pulseaudio-x11
|
||||||
exec /usr/libexec/gsd-power
|
exec /usr/libexec/gsd-power
|
||||||
|
@ -17,7 +17,7 @@ EXTRA_OECONF = "\
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPENDS += "gtk+3"
|
DEPENDS += "gtk+3 glib-2.0-native"
|
||||||
|
|
||||||
inherit autotools gtk-doc pkgconfig
|
inherit autotools gtk-doc pkgconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user