mirror of
https://github.com/lbonn/rofi
synced 2024-11-26 22:00:20 +00:00
[Meson] Fix version in rofi.pc again
rofi.pc: pkgconf version 1.7.0+wayland1 is invalid
This commit is contained in:
parent
197611e7ad
commit
2025b73ec2
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ pkg = import('pkgconfig')
|
|||
pkg.generate(
|
||||
filebase: 'rofi',
|
||||
name: 'rofi',
|
||||
version: meson.project_version().split('-')[0],
|
||||
version: meson.project_version().split('+')[0],
|
||||
description: 'Header files for rofi plugins',
|
||||
variables: [
|
||||
'pluginsdir=@0@'.format(join_paths('${libdir}', meson.project_name())),
|
||||
|
|
Loading…
Reference in a new issue