1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/community/labwc/remove-aports-git-version.patch
2022-05-19 19:16:46 +02:00

16 lines
467 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -28,13 +28,6 @@
)
version='"@0@"'.format(meson.project_version())
-git = find_program('git', native: true, required: false)
-if git.found()
- git_commit = run_command([git, 'describe', '--dirty'], check: false)
- if git_commit.returncode() == 0
- version = '"@0@"'.format(git_commit.stdout().strip())
- endif
-endif
add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
wlroots = dependency(