summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-11-20 16:34:28 -0800
committerDylan Baker <[email protected]>2017-11-22 12:47:43 -0800
commitc2dad6ca0a120ae133fe32925c20e1e9856132d9 (patch)
tree0f217c5900128738ed10974ab0e54e925276c99b /src/mapi
parent33627d23d03ee6273c5aa874a85978777271582f (diff)
meson: replace with_*dri with with_dri_platform
This fixes the windows and macos stubs to be consistent with the *nix path. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/meson.build b/src/mapi/glapi/meson.build
index d2d86afd6c1..f2012644785 100644
--- a/src/mapi/glapi/meson.build
+++ b/src/mapi/glapi/meson.build
@@ -23,7 +23,7 @@ inc_glapi = include_directories('.')
static_glapi_files = []
static_glapi_args = []
-if with_appledri or with_windowsdri
+if ['apple', 'windows'].contains(with_dri_platform)
static_glapi_files += files('glapi_gentable.c')
endif