build: remove unnecessary pkgconfig arguments

If left unspecified, these defaults to the project name and version.
This commit is contained in:
Simon Ser 2023-02-15 10:37:14 +01:00
parent 068280201a
commit faa631c348
1 changed files with 2 additions and 4 deletions

View File

@ -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,
)