diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-04 17:45:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-04 17:45:38 -0500 |
commit | c8b9c0ad0e8155a04f3192b75c5bcd64597fbc16 (patch) | |
tree | 466b32461dcb2ab15dd6071652504d885b6145b7 | |
parent | ce3a48c3169abf6c76a6aa4ce1ba0f81d0071bff (diff) | |
parent | 85b9368c48cb8177b44bb378d8b5d6800d7b4614 (diff) |
Merge pull request #551 from martinetd/meson_include
meson: fix include path in generated .pc
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index f6ffff40..aee4b11b 100644 --- a/meson.build +++ b/meson.build @@ -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(), |