summaryrefslogtreecommitdiff
path: root/debian/patches/0115-fix_meson_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0115-fix_meson_build.patch')
-rw-r--r--debian/patches/0115-fix_meson_build.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/0115-fix_meson_build.patch b/debian/patches/0115-fix_meson_build.patch
deleted file mode 100644
index 0739a80..0000000
--- a/debian/patches/0115-fix_meson_build.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Remove --fatal-warnings from build options
-Author: Jörg Frings-Fürst <debian@jff.email>
-Last-Update: 2019-10-07
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: trunk/meson.build
-===================================================================
---- trunk.orig/meson.build
-+++ trunk/meson.build
-@@ -25,7 +25,6 @@ add_global_arguments(['--target-glib=2.4
- '--vapidir=@0@'.format(join_paths(meson.current_source_dir(),
- 'vapi')),
- '--enable-checking',
-- '--fatal-warnings',
- '--enable-experimental',
- '--enable-deprecated'], language : 'vala')
-