diff options
author | Simon Ser <contact@emersion.fr> | 2021-02-08 15:24:25 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-02-15 16:32:33 +0100 |
commit | 27f65c2c77a077ecec42ddcf46ca2621129f7965 (patch) | |
tree | 3ecd747a06e639eff70d169fc353fb297bdef4e1 | |
parent | fdd9088e0533511262da28ed551910691fe13b7f (diff) |
build: set pkg-config variables for our features
this avoids having to parse the config.h file from builds systems
of projects using wlroots.
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 559fa4af..2bbed4ea 100644 --- a/meson.build +++ b/meson.build @@ -184,4 +184,5 @@ pkgconfig.generate(lib_wlr, filebase: meson.project_name(), name: meson.project_name(), description: 'Wayland compositor library', + variables: wlr_vars, ) |