File: 0006_use_system_wlroots-0.18-headers.patch

package info (click to toggle)
gamescope 3.16.15-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 17,576 kB
  • sloc: cpp: 161,492; ansic: 6,677; cs: 3,131; xml: 2,860; makefile: 8; sh: 5
file content (26 lines) | stat: -rw-r--r-- 902 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
26
Description: add libwlroots-0.18-dev headers include path
Author: Safir Secerovic <sapphire@linux.org.ba>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/meson.build
+++ b/src/meson.build
@@ -25,7 +25,7 @@
 avif_dep = dependency('libavif', version: '>=1.0.0', required: get_option('avif_screenshots'))
 
 wlroots_dep = dependency(
-  'wlroots',
+  'wlroots-0.18',
   version: ['>= 0.18.0'],
   fallback: ['wlroots', 'wlroots'],
   default_options: ['default_library=static', 'examples=false', 'xwayland=enabled', 'backends=libinput', 'renderers=[]', 'allocators=[]', 'session=enabled'],
@@ -87,7 +87,8 @@
 reshade_include = include_directories([
   'reshade/source',
   'reshade/include',
-  '/usr/include/spirv/unified1'
+  '/usr/include/spirv/unified1',
+  '/usr/include/wlroots-0.18'
 ])
 
 sol2_include = include_directories(['../thirdparty'])