diff options
Diffstat (limited to 'editors/mousepad')
-rw-r--r-- | editors/mousepad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index d47e4afbc94b..3c1614ba0be5 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -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 |