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

pull/3131/head
Aleksey Filippov 7 years ago
parent 02bd4be0e6
commit c88f569599
  1. 2
      test cases/common/51 pkgconfig-gen/dependencies/meson.build

@ -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

Loading…
Cancel
Save