mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-12-23 10:29:49 +01:00
build: set pkg-config variables for our features
this avoids having to parse the config.h file from builds systems of projects using wlroots.
This commit is contained in:
parent
fdd9088e05
commit
27f65c2c77
1 changed files with 1 additions and 0 deletions
|
@ -184,4 +184,5 @@ pkgconfig.generate(lib_wlr,
|
||||||
filebase: meson.project_name(),
|
filebase: meson.project_name(),
|
||||||
name: meson.project_name(),
|
name: meson.project_name(),
|
||||||
description: 'Wayland compositor library',
|
description: 'Wayland compositor library',
|
||||||
|
variables: wlr_vars,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue