meson: fix include path in generated .pc

The generated .pc still contained -I${prefix}/wlroots, this is no longer
needed at all as the prefix is now 'wlr' and all includes are 'wlr/foo'
This commit is contained in:
Dominique Martinet 2018-01-04 23:38:15 +01:00
parent ce3a48c316
commit 85b9368c48
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ subdir('examples')
pkgconfig = import('pkgconfig')
pkgconfig.generate(
libraries: lib_wlr,
subdirs: '@0@'.format(meson.project_name()),
version: meson.project_version(),
filebase: meson.project_name(),
name: meson.project_name(),