elm - theme - make theme smaller with lz4hc and 91perc qual background

This commit is contained in:
Carsten Haitzler 2021-03-28 00:19:56 +00:00
parent 5687e0e928
commit c73afd9023
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
#define SPACER_TEXT "NN";
#define BACKGROUND_COMP LOSSY 99
#define BACKGROUND_COMP LOSSY 91
//#define BACKGROUND_COMP LOSSY_ETC1
//#define BACKGROUND_COMP LOSSY_ETC2
#define BACKGROUND_IMG \

View File

@ -12,7 +12,7 @@ foreach edc_file : edc_files
input : edc_file,
depfile: '@BASENAME@.edj.d',
output : '@BASENAME@.edj',
command : edje_cc_exe + [ '-beta', '-fastcomp',
command : edje_cc_exe + [ '-beta', '-fastdecomp',
'-deps', '@DEPFILE@',
'-sd', join_paths(meson.current_source_dir(), 'snd'),
'-id', elm_themes_image_include,