summarylogtreecommitdiffstats
path: root/libgnt3-python.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libgnt3-python.patch')
-rw-r--r--libgnt3-python.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgnt3-python.patch b/libgnt3-python.patch
index 8e9b86e73d72..9e87275ed72d 100644
--- a/libgnt3-python.patch
+++ b/libgnt3-python.patch
@@ -7,7 +7,7 @@ diff --unified --recursive --text libgnt.orig/meson.build libgnt.new/meson.build
# Check for Python headers
-python_dep = dependency('python3', required : false)
-gnt_config.set('USE_PYTHON', python_dep.found())
-+python_dep = dependency('python3', required : true)
++python_dep = dependency('python3', required : false)
configure_file(output : 'gntconfig.h',
configuration : gnt_config)