mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
build: Assert extension-tool version is bumped alongside gnome-shell
I always forget to keep the extension-tool version number in sync when doing a new release. Given that it's unlikely that I'll do much better in the future by myself, make distcheck fail when the versions don't match. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1076
This commit is contained in:
parent
bea3987f3e
commit
dc002a61eb
2 changed files with 7 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ gnome = import('gnome')
|
|||
i18n = import('i18n')
|
||||
|
||||
package_name = get_option('package_name')
|
||||
package_version = meson.project_version()
|
||||
prefix = get_option('prefix')
|
||||
|
||||
bindir = join_paths(prefix, get_option('bindir'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue