You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
implement minimal Wayland server to import EGL surfaces into GtkGraphicsOffload
This allows us to use the translucent cutout feature of GtkGraphicsOffload, which can not be implemented with our custom subsurface implementation.
This commit is contained in:
@@ -65,6 +65,7 @@ libandroid_so = shared_library('android', [
|
||||
'src/libandroid/native_window.c',
|
||||
'src/libandroid/sensor.c',
|
||||
'src/libandroid/trace.c',
|
||||
'src/libandroid/wayland_server.c',
|
||||
],
|
||||
install: true,
|
||||
soversion: 0,
|
||||
|
||||
Reference in New Issue
Block a user