projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
728591b
)
Pass zcklib into `pkg_mod` as first argument to simplify things
author
Jonathan Dieter
<jdieter@gmail.com>
Sun, 9 Jan 2022 21:06:00 +0000
(21:06 +0000)
committer
Jonathan Dieter
<jdieter@gmail.com>
Sun, 9 Jan 2022 21:06:00 +0000
(21:06 +0000)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index aa0757466b1b85cd003e3bdfe353e8c6693e0da4..59c44bf669ead7b07d54f54fb5571a55fa028e6a 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-74,7
+74,7
@@
endif
pkg_mod = import('pkgconfig')
pkg_mod.generate(
-
libraries :
zcklib,
+ zcklib,
version : meson.project_version(),
name : 'libzck',
filebase : 'zck',