We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa68b1 commit cdfe9e3Copy full SHA for cdfe9e3
debian/rules
@@ -16,14 +16,12 @@ CONFFLAGS = \
16
17
ifeq ($(DEB_HOST_ARCH_OS),linux)
18
CONFFLAGS += \
19
- -Degl_device=true\
20
- -Dwayland=true \
21
- -Dwayland_eglstream=true \
22
- -Dnative_backend=true
+ -Dwayland_eglstream=true
23
else
24
25
-Dudev=false \
26
-Dcore_tests=false \
+ -Degl_device=false \
27
-Dlibwacom=false \
28
-Dwayland=false \
29
-Dnative_backend=false \
meson_options.txt
@@ -53,7 +53,7 @@ option('remote_desktop',
53
54
option('egl_device',
55
type: 'boolean',
56
- value: false,
+ value: true,
57
description: 'Enable EGLDevice and EGLStream renderer support'
58
)
59
0 commit comments