i965: perf: sklgt2: update memory write config
[mesa.git] / meson.build
index 7b337755544e267bef9b16043619c88ac3458edf..715c966c679ff4637ae5086aca0dbc27ae05ecd8 100644 (file)
@@ -726,6 +726,9 @@ if with_platform_android
     dependency('hardware'),
     dependency('sync'),
   ]
+  if get_option('platform-sdk-version') >= 26
+    dep_android += dependency('nativewindow')
+  endif
   pre_args += '-DHAVE_ANDROID_PLATFORM'
 endif
 if with_platform_haiku