build: Add libnotify to module set
libnotify is required by gnome-settings-daemon.
This commit is contained in:
parent
b8a5d3fd9b
commit
7bc77a23b4
@ -240,6 +240,14 @@
|
||||
</suggests>
|
||||
</tarball>
|
||||
|
||||
<autotools id="libnotify">
|
||||
<branch repo="git.gnome.org" module="libnotify"/>
|
||||
<dependencies>
|
||||
<dep package="glib"/>
|
||||
<dep package="gtk3"/>
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
||||
<autotools id="gnome-settings-daemon">
|
||||
<branch repo="git.gnome.org" module="gnome-settings-daemon"/>
|
||||
<dependencies>
|
||||
@ -247,6 +255,7 @@
|
||||
<dep package="gtk3"/>
|
||||
<dep package="gnome-desktop-3"/>
|
||||
<dep package="libgnomekbd"/>
|
||||
<dep package="libnotify" />
|
||||
<dep package="polkit"/>
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
Loading…
Reference in New Issue
Block a user