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
add option to install desktop entry with dynamic launcher portal
A desktop entry is needed to have window icons on Wayland.
This commit is contained in:
@@ -149,7 +149,7 @@ executable('android-translation-layer', [
|
||||
],
|
||||
install: true,
|
||||
dependencies: [
|
||||
dependency('gtk4'), dependency('jni'), declare_dependency(link_with: libtranslationlayer_so), libart_dep, dependency('dl'), libdl_bio_dep
|
||||
dependency('gtk4'), dependency('jni'), declare_dependency(link_with: libtranslationlayer_so), libart_dep, dependency('dl'), libdl_bio_dep, dependency('libportal')
|
||||
],
|
||||
link_args: [
|
||||
'-rdynamic'
|
||||
|
||||
Reference in New Issue
Block a user