summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 38fe4ad..623a9fe 100644
--- a/include/epoxy/meson.build
+++ b/include/epoxy/meson.build
@@ -4,7 +4,6 @@ gl_generated = custom_target('gl_generated.h',
'gl_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',
@@ -24,7 +23,6 @@ if build_egl
'egl_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',
@@ -44,7 +42,6 @@ if build_glx
'glx_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',
@@ -64,7 +61,6 @@ if build_wgl
'wgl_generated.h',
],
command: [
- python,
gen_dispatch_py,
'--header',
'--no-source',