aboutsummaryrefslogtreecommitdiff
path: root/editors/quilter/files/patch-meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'editors/quilter/files/patch-meson.build')
-rw-r--r--editors/quilter/files/patch-meson.build20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/quilter/files/patch-meson.build b/editors/quilter/files/patch-meson.build
deleted file mode 100644
index 3f937b587c87..000000000000
--- a/editors/quilter/files/patch-meson.build
+++ /dev/null
@@ -1,20 +0,0 @@
---- meson.build.orig 2024-10-12 15:19:01 UTC
-+++ meson.build
-@@ -76,7 +76,7 @@ cc = meson.get_compiler('c')
- )
-
- cc = meson.get_compiler('c')
--libmarkdown = cc.find_library('markdown', required: true)
-+#libmarkdown = cc.find_library('markdown', required: true)
- dependencies = [
- dependency('gio-2.0'),
- dependency('gtk+-3.0'),
-@@ -88,7 +88,7 @@ dependencies = [
- dependency('webkit2gtk-4.0'),
- dependency('gtkspell3-3.0'),
- dependency('libhandy-1'),
-- libmarkdown,
-+ #libmarkdown,
- cc.find_library('m', required: true)
- ]
-