Add support for building on Haiku.

macos/v1.5.9
Joseph C, Hill 8 years ago
parent 5ef9c5ea24
commit 640a735e93
  1. 2
      meson.build

@ -42,6 +42,8 @@ if enable_glx == 'auto'
build_glx = false build_glx = false
elif host_system == 'android' elif host_system == 'android'
build_glx = false build_glx = false
elif host_system == 'haiku'
build_glx = false
else else
build_glx = true build_glx = true
endif endif

Loading…
Cancel
Save