diff options
author | Simon Ser <contact@emersion.fr> | 2023-02-15 10:38:20 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-02-15 10:38:20 +0100 |
commit | 822eb07eaca392d9b7a99b0d8b96e402c8976fb4 (patch) | |
tree | 88723a10d4f1abbcfc191a3c4aba8f54f3cf4416 | |
parent | faa631c348d983e53b7c3dacfd48208894a0f0d6 (diff) |
build: set pkgconfig URL
For informational purposes.
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 5b0d0b9b..e11e52f1 100644 --- a/meson.build +++ b/meson.build @@ -199,5 +199,6 @@ pkgconfig = import('pkgconfig') pkgconfig.generate( lib_wlr, description: 'Wayland compositor library', + url: 'https://gitlab.freedesktop.org/wlroots/wlroots', variables: wlr_vars, ) |