mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-21 01:40:41 -05:00
Ability to minimize; Iconify action
This commit is contained in:
parent
6aa39a5ce0
commit
0769addabd
9 changed files with 100 additions and 40 deletions
|
|
@ -2,7 +2,7 @@ cfdata = configuration_data()
|
|||
cfdata.set('libexecdir', get_option('prefix') / get_option('libexecdir'))
|
||||
cfdata.set('localedir', get_option('prefix') / get_option('localedir'))
|
||||
cfdata.set('sysconfdir', get_option('prefix') / get_option('sysconfdir'))
|
||||
cfdata.set('package', meson.project_name())
|
||||
cfdata.set('package', meson.project_name().to_lower())
|
||||
|
||||
configure_file(
|
||||
configuration: cfdata,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue