gnome-shell.modules: fix dependencies for upower
We don't build dbus-glib so don't make upower depend on that, and make gnome-shell depend on upower.
This commit is contained in:
parent
e4d9b11685
commit
682b7ea0b5
@ -237,6 +237,7 @@
|
||||
<dep package="gnome-settings-daemon"/>
|
||||
<dep package="gnome-bluetooth"/>
|
||||
<dep package="telepathy-glib"/>
|
||||
<dep package="upower"/>
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
||||
@ -285,7 +286,6 @@
|
||||
size="462754"/>
|
||||
<dependencies>
|
||||
<dep package="polkit"/>
|
||||
<dep package="dbus-glib"/>
|
||||
</dependencies>
|
||||
<suggests>
|
||||
<dep package="gobject-introspection"/>
|
||||
|
Loading…
Reference in New Issue
Block a user