1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From 8710952693987a2dbb1373a8e690301007b78e01 Mon Sep 17 00:00:00 2001
From: Scott Moreau <oreaus@gmail.com>
Date: Mon, 26 Aug 2024 20:20:32 -0600
Subject: [PATCH 19/34] build: use wlroots-0.18 for public api requirements
---
src/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/meson.build b/src/meson.build
index 384533ae..a5837234 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -147,7 +147,7 @@ public_api_requirements = [
wayland_server,
pixman,
# These might be subprojects so we need to pass them as strings
- 'wlroots',
+ 'wlroots-0.18',
'wf-config',
]
--
2.45.2
|