Compare commits
10 Commits
Author | SHA1 | Date |
---|---|---|
Mosaab Alzoubi | a16011b501 | 3 years ago |
Troy Dawson | 5bb9a48a4f | 4 years ago |
Mosaab Alzoubi | eecac27e98 | 5 years ago |
Mosaab Alzoubi | c09d6fdf01 | 5 years ago |
Mosaab Alzoubi | f2af26c0a7 | 5 years ago |
Mosaab Alzoubi | 6db39e1700 | 5 years ago |
Mosaab Alzoubi | a4de5cf7b6 | 5 years ago |
Mosaab Alzoubi | ea3d27e7d0 | 5 years ago |
Mosaab Alzoubi | bf219164ad | 5 years ago |
Gwyn Ciesla | 0c5c790e9e | 5 years ago |
@ -0,0 +1,25 @@
|
||||
From 819a3e9cdda55aaeb062830cc91afeb6584f410a Mon Sep 17 00:00:00 2001
|
||||
From: Khaled Hosny <khaled@aliftype.com>
|
||||
Date: Tue, 28 Sep 2021 16:10:16 +0200
|
||||
Subject: [PATCH] Pass version to meson library
|
||||
|
||||
Fixes https://github.com/HOST-Oman/libraqm/issues/136
|
||||
---
|
||||
src/meson.build | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/meson.build b/src/meson.build
|
||||
index 40554b2..16ec18c 100644
|
||||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -42,6 +42,7 @@ libraqm = library(
|
||||
'raqm',
|
||||
'raqm.c',
|
||||
'raqm.h',
|
||||
+ version : meson.project_version(),
|
||||
dependencies : deps,
|
||||
c_args : ['-DHAVE_CONFIG_H'],
|
||||
install : true,
|
||||
--
|
||||
2.32.0
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (raqm-0.8.0.tar.xz) = a62cdf03c6a945b14cf147351f55e0ae5e3226b79b675a271cb7edaa4cc9e372ab8e9331f31587a6caf33f231544bfad10af22c9388ef6bea8aeb246c1d2b193
|
||||
SHA512 (raqm-0.7.2.tar.xz) = 26321397c1020a16829e24b7f122c3a757a179ebddf5a3143d95cc780573a92e4d722fc94ce5ab8c35f3946b8935178c2e917de5afb17d407d45552765603c47
|
||||
|
Loading…
Reference in new issue