File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/kms++/meson.build b/kms++/meson.build
2
+ index cd7a494..99f4dd9 100644
3
+ --- a/kms++/meson.build
4
+ +++ b/kms++/meson.build
5
+ @@ -4,7 +4,6 @@ libkmsxx_sources = files([
6
+ 'src/card.cpp',
7
+ 'src/connector.cpp',
8
+ 'src/crtc.cpp',
9
+ - 'src/dmabufframebuffer.cpp',
10
+ 'src/drmobject.cpp',
11
+ 'src/drmpropobject.cpp',
12
+ 'src/dumbframebuffer.cpp',
13
+ @@ -23,7 +22,6 @@ libkmsxx_sources = files([
14
+ ])
15
+
16
+ public_headers = [
17
+ - 'inc/kms++/dmabufframebuffer.h',
18
+ 'inc/kms++/atomicreq.h',
19
+ 'inc/kms++/property.h',
20
+ 'inc/kms++/plane.h',
Original file line number Diff line number Diff line change 8
8
source :
9
9
git_url : https://github.com/tomba/kmsxx.git
10
10
git_rev : master
11
+ patches :
12
+ - disable_dmabuf.patch
11
13
12
14
build :
13
15
number : 0
You can’t perform that action at this time.
0 commit comments