Fix comment misprint in 'test cases/common/51 pkgconfig-gen/dependencies'
This commit is contained in:
parent
02bd4be0e6
commit
c88f569599
|
@ -21,7 +21,7 @@ custom_dep = declare_dependency(link_args : ['-lcustom'], compile_args : ['-DCUS
|
||||||
custom2_dep = declare_dependency(link_args : ['-lcustom2'], compile_args : ['-DCUSTOM2'])
|
custom2_dep = declare_dependency(link_args : ['-lcustom2'], compile_args : ['-DCUSTOM2'])
|
||||||
|
|
||||||
# Generate a PC file:
|
# 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
|
# - 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
|
# - 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
|
# - Having threads_dep in libraries should add '-pthread' in both Libs and Cflags
|
||||||
|
|
Loading…
Reference in New Issue