diff options
author | Mihai Fufezan <[email protected]> | 2024-09-22 21:20:35 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-09-27 00:07:52 +0300 |
commit | 27211c71e92e1bacf111d8a815e958f80969ce6e (patch) | |
tree | eb3600df8383225540304fbb35e1ba8fa90fc5e7 /subprojects | |
parent | 14942bca60cc7d85e8238a151bd444112601ebe6 (diff) | |
download | Hyprland-27211c71e92e1bacf111d8a815e958f80969ce6e.tar.gz Hyprland-27211c71e92e1bacf111d8a815e958f80969ce6e.zip |
Meson: try to find udis86 through pkgconfig, fallback to subproject
Only the fork provides a .pc file, so there's no risk of linking the wrong
lib version. If pkg-config can't find it (most cases), fall back to using
the subproject through the wrap file.
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/udis86.wrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/subprojects/udis86.wrap b/subprojects/udis86.wrap new file mode 100644 index 00000000..dfb63984 --- /dev/null +++ b/subprojects/udis86.wrap @@ -0,0 +1,5 @@ +[wrap-file] +method = cmake + +[provide] +udis86 = libudis86_dep |