File: 0019-build-use-wlroots-0.18-for-public-api-requirements.patch

package info (click to toggle)
wayfire 0.9.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,732 kB
  • sloc: cpp: 49,708; xml: 2,783; ansic: 699; makefile: 161
file content (25 lines) | stat: -rw-r--r-- 645 bytes parent folder | download
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