mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
lsp: Show docs on hover
Also: - Install the script to <prefix>/bin - Fix a bug in XmlReader that would cause "uninteresting" tags to not be fully ignored - Other minor improvements
This commit is contained in:
parent
8fc0efb642
commit
55a117a5b7
7 changed files with 85 additions and 31 deletions
|
@ -15,6 +15,12 @@ configure_file(
|
|||
install_dir: join_paths(libdir, 'pkgconfig'),
|
||||
)
|
||||
|
||||
install_data(
|
||||
'gtk-blueprint-tool.py',
|
||||
install_dir: get_option('bindir'),
|
||||
rename: 'gtk-blueprint-tool',
|
||||
)
|
||||
|
||||
meson.override_find_program('gtk-blueprint-tool', find_program('gtk-blueprint-tool.py'))
|
||||
|
||||
if not meson.is_subproject()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue