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:
parent
ce3a48c316
commit
85b9368c48
|
@ -159,7 +159,6 @@ subdir('examples')
|
||||||
pkgconfig = import('pkgconfig')
|
pkgconfig = import('pkgconfig')
|
||||||
pkgconfig.generate(
|
pkgconfig.generate(
|
||||||
libraries: lib_wlr,
|
libraries: lib_wlr,
|
||||||
subdirs: '@0@'.format(meson.project_name()),
|
|
||||||
version: meson.project_version(),
|
version: meson.project_version(),
|
||||||
filebase: meson.project_name(),
|
filebase: meson.project_name(),
|
||||||
name: meson.project_name(),
|
name: meson.project_name(),
|
||||||
|
|
Loading…
Reference in New Issue