aboutsummaryrefslogtreecommitdiffhomepage
path: root/subprojects
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-09-22 21:20:35 +0300
committerMihai Fufezan <[email protected]>2024-09-27 00:07:52 +0300
commit27211c71e92e1bacf111d8a815e958f80969ce6e (patch)
treeeb3600df8383225540304fbb35e1ba8fa90fc5e7 /subprojects
parent14942bca60cc7d85e8238a151bd444112601ebe6 (diff)
downloadHyprland-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.wrap5
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