mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue