From 27f65c2c77a077ecec42ddcf46ca2621129f7965 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 8 Feb 2021 15:24:25 +0100 Subject: [PATCH] build: set pkg-config variables for our features this avoids having to parse the config.h file from builds systems of projects using wlroots. --- meson.build | 1 + 1 file changed, 1 insertion(+) 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, )