diff options
author | Mihai Fufezan <[email protected]> | 2024-09-11 19:00:47 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-09-11 19:09:17 +0300 |
commit | e01da1fd7a50ab0baeaba074f2a14c826b05bf1c (patch) | |
tree | cc16aa35e2c6364e40934ae5df868beef8584fb9 /example | |
parent | 7a8c013edcbc59804a98fffa0436efcb268e1cda (diff) | |
download | Hyprland-e01da1fd7a50ab0baeaba074f2a14c826b05bf1c.tar.gz Hyprland-e01da1fd7a50ab0baeaba074f2a14c826b05bf1c.zip |
Meson: format
Diffstat (limited to 'example')
-rw-r--r-- | example/meson.build | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/example/meson.build b/example/meson.build index 2fb3a35e..a338644e 100644 --- a/example/meson.build +++ b/example/meson.build @@ -1,2 +1,10 @@ -install_data('hyprland.conf', install_dir: join_paths(get_option('datadir'), 'hypr'), install_tag: 'runtime') -install_data('hyprland.desktop', install_dir: join_paths(get_option('datadir'), 'wayland-sessions'), install_tag: 'runtime') +install_data( + 'hyprland.conf', + install_dir: join_paths(get_option('datadir'), 'hypr'), + install_tag: 'runtime', +) +install_data( + 'hyprland.desktop', + install_dir: join_paths(get_option('datadir'), 'wayland-sessions'), + install_tag: 'runtime', +) |