summarylogtreecommitdiffstats
path: root/libgnt3-python.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libgnt3-python.patch')
-rw-r--r--libgnt3-python.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libgnt3-python.patch b/libgnt3-python.patch
deleted file mode 100644
index 9e87275ed72d..000000000000
--- a/libgnt3-python.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --unified --recursive --text libgnt.orig/meson.build libgnt.new/meson.build
---- libgnt.orig/meson.build 2019-11-22 09:33:50.667726131 -0500
-+++ libgnt.new/meson.build 2019-11-22 09:37:48.015959685 -0500
-@@ -204,8 +204,7 @@
- ]
-
- # Check for Python headers
--python_dep = dependency('python3', required : false)
--gnt_config.set('USE_PYTHON', python_dep.found())
-+python_dep = dependency('python3', required : false)
-
- configure_file(output : 'gntconfig.h',
- configuration : gnt_config)