termux-packages/x11-packages/xwayland/android-shmem.patch

15 lines
366 B
Diff
Raw Permalink Normal View History

2022-05-13 20:07:20 +02:00
diff --git a/hw/xwayland/meson.build b/hw/xwayland/meson.build
index e848daf0d..7d33481c1 100644
--- a/hw/xwayland/meson.build
+++ b/hw/xwayland/meson.build
@@ -132,6 +132,9 @@ xwayland_server = executable(
libxserver_glx,
libglxvnd,
],
+ link_args: [
2022-05-13 20:11:50 +02:00
+ '-landroid-shmem'
2022-05-13 20:07:20 +02:00
+ ],
install: true,
install_dir: xwayland_path
)