File: Add-missing-header.patch

package info (click to toggle)
kwayland 4%3A6.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,668 kB
  • sloc: cpp: 19,628; ansic: 496; sh: 7; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Maximiliano Curia <maxy@gnuservers.com.ar>
Date: Tue, 15 May 2018 17:52:09 +0200
Subject: Add missing header

xdgforeign defines exported classes, and is included by the installed
xdgforeign_v2.h.
---
 src/client/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

--- a/src/client/CMakeLists.txt
+++ b/src/client/CMakeLists.txt
@@ -318,6 +318,7 @@ set(CLIENT_LIB_HEADERS
   xdgdecoration.h
   xdgshell.h
   xdgforeign.h
+  xdgforeign_v2.h
   xdgoutput.h
 )