Add ability to build GTK app AppImage (#240)
#238 Add AppImage build support Implements - Downgrade to libadwaita 1.3 for wider distro support - Add build script, workflow, and docs for AppImage - Add build docs for Debian (apt) and Void Linux - Building AppImage in CI
This commit is contained in:
parent
44ecf042a3
commit
ab73183b2b
11 changed files with 311 additions and 147 deletions
|
|
@ -34,8 +34,8 @@ i18n = import('i18n')
|
|||
gnome = import('gnome')
|
||||
|
||||
# External Dependencies
|
||||
dependency('gtk4', version: '>= 4.12')
|
||||
dependency('libadwaita-1', version: '>= 1.4')
|
||||
dependency('gtk4', version: '>= 4.0')
|
||||
dependency('libadwaita-1', version: '>= 1.2')
|
||||
|
||||
glib_compile_resources = find_program('glib-compile-resources', required: true)
|
||||
glib_compile_schemas = find_program('glib-compile-schemas', required: true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue