summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2019-11-26 15:04:36 +0000
committerGitHub <noreply@github.com>2019-11-26 15:04:36 +0000
commitd43eae87144fab41c5ab86ef63867bd4486b7c50 (patch)
treef49da25715471d6d307f1966eb7c8f7e03c83787 /meson.build
parent9b50dc4d844405aff21fafd8f6c2948319e42283 (diff)
parent7baa918b3f946a27f39fd1d99c2e6a4499c4a20c (diff)
downloadlibepoxy-d43eae87144fab41c5ab86ef63867bd4486b7c50.tar.gz
Merge pull request #213 from anholt/no-python2
Remove Python 2 support
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build
index 80655ea..fe632c5 100644
--- a/meson.build
+++ b/meson.build
@@ -196,12 +196,6 @@ if host_system == 'windows'
gdi32_dep = cc.find_library('gdi32', required: true)
endif
-# Python
-python = import('python3').find_python()
-if not python.found()
- python = find_program('python', required: true)
-endif
-
# Generates the dispatch tables
gen_dispatch_py = files('src/gen_dispatch.py')