mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01: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…
Reference in a new issue