meson: No need to redefine default pkgconfig install dir

This value would be the default anyways
This commit is contained in:
Marco Trevisan (Treviño) 2019-12-16 18:52:46 +01:00
parent d255a91e97
commit 95cb62fd3b

View file

@ -209,4 +209,4 @@ pkgconfig.generate(
libraries: libfprint,
subdirs: 'libfprint',
filebase: 'libfprint2',
install_dir: join_paths(get_option('libdir'), 'pkgconfig'))
)