gnome-shell.modules: Disable dconf-editor
dconf-editor requires GTK+-2.22, which is still not available in most major distributions. Building against GTK+-3 requires a more recent version of vala, so just disable dconf-editor for now.
This commit is contained in:
parent
5b3c086ec3
commit
560da76387
@ -118,7 +118,7 @@
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
||||
<autotools id="dconf">
|
||||
<autotools id="dconf" autogenargs="--disable-editor">
|
||||
<branch repo="git.gnome.org" module="dconf"/>
|
||||
<dependencies>
|
||||
<dep package="glib"/>
|
||||
|
Loading…
Reference in New Issue
Block a user