Skip to content

Commit

Permalink
don't auto-install gnome-builder plugin
Browse files Browse the repository at this point in the history
Since GNOME Builder 41, the VLS plugin has been included.
  • Loading branch information
Prince781 committed Sep 30, 2021
1 parent c55a0c0 commit 4ae7150
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/gnome-builder/meson.build
@@ -1,5 +1,3 @@
BUILDER_VERSION_LATEST = '3.38'

conf = configuration_data()
builder_abi = get_option('builder_abi')
if builder_abi == 'auto'
Expand All @@ -10,9 +8,6 @@ if builder_abi == 'auto'
if gnome_builder.found() and sed.found() and sh.found()
r = run_command(sh, 'get_builder_abi.sh', gnome_builder, sed, check: true)
builder_abi = r.stdout().strip()
else
warning('Assuming version ' + BUILDER_VERSION_LATEST + ' for GNOME Builder plugin ABI')
builder_abi = BUILDER_VERSION_LATEST
endif
endif

Expand Down

0 comments on commit 4ae7150

Please sign in to comment.