JavaWidget: add css classes and default_stylesheet.css

This commit is contained in:
Daniel Panero
2024-11-18 14:08:07 +01:00
parent d6d2c94abd
commit be93b4c396
11 changed files with 202 additions and 4 deletions

View File

@@ -167,10 +167,14 @@ libtranslationlayer_so = shared_library('translation_layer_main', [
'-D_LARGEFILE64_SOURCE',
])
# atl.gresources.xml
resources = gnome.compile_resources('com.gitlab.android_translation_layer.android_translation_layer', files('src/main-executable/atl.gresource.xml'))
executable('android-translation-layer', [
'src/main-executable/main.c',
'src/main-executable/r_debug.c',
'src/main-executable/back_button.c'
'src/main-executable/back_button.c',
resources
],
install: true,
dependencies: [