Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ CONFFLAGS = \

ifeq ($(DEB_HOST_ARCH_OS),linux)
CONFFLAGS += \
-Degl_device=true\
-Dwayland=true \
-Dwayland_eglstream=true \
-Dnative_backend=true
-Dwayland_eglstream=true
else
CONFFLAGS += \
-Dudev=false \
-Dcore_tests=false \
-Degl_device=false \
-Dlibwacom=false \
-Dwayland=false \
-Dnative_backend=false \
Expand Down
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

option('egl_device',
type: 'boolean',
value: false,
value: true,
description: 'Enable EGLDevice and EGLStream renderer support'
)

Expand Down Expand Up @@ -156,7 +156,7 @@
option('xwayland_grab_default_access_rules',
type: 'string',
value: 'gnome-boxes,remote-viewer,virt-viewer,virt-manager,vinagre,vncviewer,Xephyr',
description: 'Comma delimited list of applications ressources or class allowed to issue X11 grabs in Xwayland'

Check failure on line 159 in meson_options.txt

View workflow job for this annotation

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

ressources ==> resources
)

option('xwayland_initfd',
Expand Down
Loading