xref: /OK3568_Linux_fs/buildroot/package/gtksourceview/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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