Merge pull request #551 from martinetd/meson_include

meson: fix include path in generated .pc
master
Drew DeVault 7 years ago committed by GitHub
commit c8b9c0ad0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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(),

Loading…
Cancel
Save