]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add comment about looking for dependencies
authorLzu Tao <taolzu@gmail.com>
Thu, 29 Nov 2018 06:15:18 +0000 (13:15 +0700)
committerLzu Tao <taolzu@gmail.com>
Sat, 1 Dec 2018 16:18:59 +0000 (23:18 +0700)
build/meson/meson.build

index 7b9b2520e4a322c4bb452014737fa493506c12cb..750e841cfb3501840b5d488a3740e5d7760dbc24 100644 (file)
@@ -79,6 +79,7 @@ endif
 
 libm_dep = cc.find_library('m', required: true)
 thread_dep = dependency('threads', required: false)
+# Arguments in dependency should be equivalent to those passed to pkg-config
 zlib_dep = dependency('zlib', required: false)
 lzma_dep = dependency('liblzma', required: false)
 lz4_dep = dependency('liblz4', required: false)