OSDN Git Service

Use f_code to determine max MV length
[android-x86/hardware-intel-common-vaapi.git] / meson.build
index d62e239..0f18662 100644 (file)
@@ -69,7 +69,7 @@ if get_option('with_x11') != 'no'
     version : libva_version,
     required : get_option('with_x11') == 'yes')
 
-  HAVE_X11 = libva_x11_dep.found()
+  WITH_X11 = libva_x11_dep.found()
 endif
 
 WITH_WAYLAND = false