summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/epoxy/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/epoxy/meson.build b/include/epoxy/meson.build
index 809b92c..bf13e9e 100644
--- a/include/epoxy/meson.build
+++ b/include/epoxy/meson.build
@@ -6,7 +6,6 @@ gl_generated = custom_target('gl_generated.h',
'gl_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',
@@ -26,7 +25,6 @@ if build_egl
'egl_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',
@@ -46,7 +44,6 @@ if build_glx
'glx_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',
@@ -66,7 +63,6 @@ if build_wgl
'wgl_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',