meson: Install key themes
This commit is contained in:
parent
7bc1aeef8e
commit
9709d7eb61
@ -980,14 +980,19 @@ libgtk_dep = declare_dependency(sources: gtk_dep_sources,
|
|||||||
link_args: common_ldflags)
|
link_args: common_ldflags)
|
||||||
|
|
||||||
if quartz_enabled
|
if quartz_enabled
|
||||||
# HACK: install_data() doesn't allow installing under a different name (#1487)
|
install_data(['gtk-keys.css.mac'],
|
||||||
# FIXME: or maybe just rename it to gtk-keys.css in the src tree?
|
install_dir: join_paths(get_option('datadir'), 'themes/Mac/gtk-3.0'),
|
||||||
configure_file(input: 'gtk-keys.css.mac',
|
rename: ['gtk-keys.css'])
|
||||||
output: 'gtk-keys.css',
|
|
||||||
copy: true,
|
|
||||||
install_dir: join_paths(get_option('datadir'), 'themes/Mac/gtk-4.0'))
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
install_data(['gtk-keys.css.default'],
|
||||||
|
install_dir: join_paths(get_option('datadir'), 'themes/Default/gtk-3.0'),
|
||||||
|
rename: ['gtk-keys.css'])
|
||||||
|
|
||||||
|
install_data(['gtk-keys.css.emacs'],
|
||||||
|
install_dir: join_paths(get_option('datadir'), 'themes/Emacs/gtk-3.0'),
|
||||||
|
rename: ['gtk-keys.css'])
|
||||||
|
|
||||||
####### Utils ######
|
####### Utils ######
|
||||||
gtk_query_settings = executable(
|
gtk_query_settings = executable(
|
||||||
'gtk-query-settings',
|
'gtk-query-settings',
|
||||||
|
Loading…
Reference in New Issue
Block a user