summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2017-02-08 12:57:47 +0000
committerGitHub <noreply@github.com>2017-02-08 12:57:47 +0000
commit5c4a907687991596c9983a69f43365c3c182bfc3 (patch)
tree7e21c14e192782851d6c13e736b320c6d063372f /src/meson.build
parent96286708a4d7ebb6d5b06042d9f9aa5ed6a61fbf (diff)
parentd82bedc2273cdd885c7d8d6d4d9b0b0b72278f9c (diff)
downloadlibepoxy-5c4a907687991596c9983a69f43365c3c182bfc3.tar.gz
Merge pull request #100 from centricular/fix-find_program
meson: Don't call find_program objects with python
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/meson.build b/src/meson.build
index fced355..596dbe5 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -12,7 +12,6 @@ gl_generated = custom_target('gl_generated_dispatch.c',
'gl_generated_dispatch.c',
],
command: [
- python,
gen_dispatch_py,
'--source',
'--no-header',
@@ -30,7 +29,6 @@ if build_egl
'egl_generated_dispatch.c',
],
command: [
- python,
gen_dispatch_py,
'--source',
'--no-header',
@@ -48,7 +46,6 @@ if build_glx
'glx_generated_dispatch.c',
],
command: [
- python,
gen_dispatch_py,
'--source',
'--no-header',
@@ -66,7 +63,6 @@ if build_wgl
'wgl_generated_dispatch.c',
],
command: [
- python,
gen_dispatch_py,
'--source',
'--no-header',