build: set pkg-config variables for our features

this avoids having to parse the config.h file from builds systems
of projects using wlroots.
master
Simon Ser 4 years ago
parent fdd9088e05
commit 27f65c2c77

@ -184,4 +184,5 @@ pkgconfig.generate(lib_wlr,
filebase: meson.project_name(),
name: meson.project_name(),
description: 'Wayland compositor library',
variables: wlr_vars,
)

Loading…
Cancel
Save