Skip to content

Commit

Permalink
chore: add patch to disable install for sway config and session files
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumyaRanjanPatnaik committed Apr 3, 2024
1 parent f09901f commit caf8029
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions debian/patches/05-disable-config-files
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
diff --git a/meson.build b/meson.build
index c52d6629..2e09c9c5 100644
--- a/meson.build
+++ b/meson.build
@@ -240,18 +240,6 @@ config.set('datadir', join_paths(prefix, datadir))
config.set('prefix', prefix)
config.set('sysconfdir', join_paths(prefix, sysconfdir))

-configure_file(
- configuration: config,
- input: 'config.in',
- output: '@BASENAME@',
- install_dir: join_paths(sysconfdir, 'sway')
-)
-
-install_data(
- 'sway.desktop',
- install_dir: join_paths(datadir, 'wayland-sessions')
-)
-
if get_option('default-wallpaper')
wallpaper_files = files(
'assets/Sway_Wallpaper_Blue_768x1024.png',

0 comments on commit caf8029

Please sign in to comment.