Add a backend to GSettings when GTK3 option is set. Otherwise configuration
will not be saved. With GTK+ 2 GUI toolkit, preferences seem preserved each new session. Obtained from: Xfce devel repository
This commit is contained in:
parent
e9930848e6
commit
9a83fb65d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410996
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ USE_GNOME= glib20 intltool intlhack
|
|||
|
||||
OPTIONS_DEFINE= GTK3
|
||||
GTK3_CONFIGURE_ENABLE= gtk3
|
||||
GTK3_USE= gnome=gtk30,gtksourceview3
|
||||
GTK3_USE= gnome=gtk30,gtksourceview3,dconf
|
||||
GTK3_USE_OFF= gnome=gtk20,gtksourceview2
|
||||
|
||||
GLIB_SCHEMAS= org.xfce.mousepad.gschema.xml
|
||||
|
|
Loading…
Reference in a new issue