meson: Remove unsupported keyword

The has_header() function does not have a `required` argument.
macos/v1.5.9
Emmanuele Bassi 7 years ago
parent af76cd235d
commit c8613a2984
  1. 2
      meson.build

@ -28,7 +28,7 @@ conf.set_quoted('PACKAGE_DATADIR', join_paths(get_option('prefix'), get_option('
conf.set_quoted('PACKAGE_LIBDIR', join_paths(get_option('prefix'), get_option('libdir'))) conf.set_quoted('PACKAGE_LIBDIR', join_paths(get_option('prefix'), get_option('libdir')))
conf.set_quoted('PACKAGE_LOCALEDIR', join_paths(get_option('prefix'), get_option('datadir'), 'locale')) conf.set_quoted('PACKAGE_LOCALEDIR', join_paths(get_option('prefix'), get_option('datadir'), 'locale'))
conf.set_quoted('PACKAGE_LIBEXECDIR', join_paths(get_option('prefix'), get_option('libexecdir'))) conf.set_quoted('PACKAGE_LIBEXECDIR', join_paths(get_option('prefix'), get_option('libexecdir')))
conf.set('HAVE_KHRPLATFORM_H', cc.has_header('KHR/khrplatform.h', required: false)) conf.set('HAVE_KHRPLATFORM_H', cc.has_header('KHR/khrplatform.h'))
# GLX can be used on different platforms, so we expose a # GLX can be used on different platforms, so we expose a
# configure time switch to enable or disable it; in case # configure time switch to enable or disable it; in case

Loading…
Cancel
Save