mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
build: remove unnecessary pkgconfig arguments
If left unspecified, these defaults to the project name and version.
This commit is contained in:
parent
068280201a
commit
faa631c348
1 changed files with 2 additions and 4 deletions
|
|
@ -196,10 +196,8 @@ if get_option('examples')
|
|||
endif
|
||||
|
||||
pkgconfig = import('pkgconfig')
|
||||
pkgconfig.generate(lib_wlr,
|
||||
version: meson.project_version(),
|
||||
filebase: meson.project_name(),
|
||||
name: meson.project_name(),
|
||||
pkgconfig.generate(
|
||||
lib_wlr,
|
||||
description: 'Wayland compositor library',
|
||||
variables: wlr_vars,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue