1config BR2_PACKAGE_GTKSOURCEVIEW 2 bool "gtksourceview" 3 depends on BR2_PACKAGE_LIBGTK3 4 select BR2_PACKAGE_LIBXML2 5 help 6 GtkSourceView is a portable C library that extends the 7 standard GTK+ framework for multiline text editing with 8 support for configurable syntax highlighting, unlimited 9 undo/redo, search and replace, a completion framework, 10 printing and other features typical of a source code editor. 11 12 https://projects.gnome.org/gtksourceview 13