1
0
forked from brl/citadel

Added polkit-gnome to provide a polkit auth agent for Sway

This commit is contained in:
David McKinney 2018-11-08 22:53:05 -05:00
parent 65bdb0d4a1
commit ee7a795297
3 changed files with 3 additions and 1 deletions

View File

@ -10,5 +10,6 @@ RDEPENDS_${PN} = "\
rofi \ rofi \
grim \ grim \
slurp \ slurp \
polkit-gnome \
" "

View File

@ -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

View File

@ -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