mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 15:12:26 +00: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
@ -196,10 +196,8 @@ if get_option('examples')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
pkgconfig = import('pkgconfig')
|
pkgconfig = import('pkgconfig')
|
||||||
pkgconfig.generate(lib_wlr,
|
pkgconfig.generate(
|
||||||
version: meson.project_version(),
|
lib_wlr,
|
||||||
filebase: meson.project_name(),
|
|
||||||
name: meson.project_name(),
|
|
||||||
description: 'Wayland compositor library',
|
description: 'Wayland compositor library',
|
||||||
variables: wlr_vars,
|
variables: wlr_vars,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user