Adding android-libshmem
This commit is contained in:
parent
af3a17e78e
commit
f1920f8355
14
x11-packages/xwayland/android-shmem.patch
Normal file
14
x11-packages/xwayland/android-shmem.patch
Normal file
@ -0,0 +1,14 @@
|
||||
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: [
|
||||
+ '-llibandroid-shmem'
|
||||
+ ],
|
||||
install: true,
|
||||
install_dir: xwayland_path
|
||||
)
|
Loading…
Reference in New Issue
Block a user