Fix comment misprint in 'test cases/common/51 pkgconfig-gen/dependencies'

This commit is contained in:
Aleksey Filippov 2018-02-23 00:25:31 +00:00
parent 02bd4be0e6
commit c88f569599
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ custom_dep = declare_dependency(link_args : ['-lcustom'], compile_args : ['-DCUS
custom2_dep = declare_dependency(link_args : ['-lcustom2'], compile_args : ['-DCUSTOM2'])
# Generate a PC file:
# - Having libmain in libraries should pull implicitely libexposed and libinternal in Libs.private
# - Having libmain in libraries should pull implicitly libexposed and libinternal in Libs.private
# - Having libexposed in libraries should remove it from Libs.private
# - We generated a pc file for libexposed so it should be in Requires instead of Libs
# - Having threads_dep in libraries should add '-pthread' in both Libs and Cflags