Merge pull request #551 from martinetd/meson_include

meson: fix include path in generated .pc
This commit is contained in:
Drew DeVault 2018-01-04 17:45:38 -05:00 committed by GitHub
commit c8b9c0ad0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(),