[quadrapassel] meson: clean up extra new lines



commit 4d2a8e5209d5cd7f5f095d46e49061a8005118c1
Author: Jeremy Bicha <jbicha debian org>
Date:   Tue Jan 8 15:13:03 2019 -0500

    meson: clean up extra new lines

 meson.build | 8 --------
 1 file changed, 8 deletions(-)
---
diff --git a/meson.build b/meson.build
index c8f4887..ea59d4c 100644
--- a/meson.build
+++ b/meson.build
@@ -20,8 +20,6 @@ pango_depepdency = dependency('pango')
 pango_cairo_dependency = dependency('pangocairo')
 posix_dependency = meson.get_compiler('vala').find_library('posix')
 rsvg_dependency = dependency('librsvg-2.0', version: '>= 2.32.0')
-
-
         
 
 # Set gettext package name
@@ -38,20 +36,14 @@ conf.set_quoted ('DATA_DIRECTORY', datadir)
 conf.set_quoted ('SOUND_DIRECTORY', soundsdir)
 conf.set_quoted ('LOCALEDIR', localedir)
 
-
 configure_file(output: 'config.h', configuration: conf)
 config_h_dir = include_directories('.')
 
-
-
-
 subdir('data')
 subdir('po')
 subdir('help')
 subdir('src')
 
-
-
 meson.add_install_script(python3.find_python().path(), join_paths(meson.source_root(), 
                                                                   'build-aux', 
                                                                   'meson_post_install.py'))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]