Skip to content

Commit

Permalink
Merge pull request anholt#124 from return/haiku-support
Browse files Browse the repository at this point in the history
Add support for building on Haiku.
  • Loading branch information
ebassi committed May 22, 2017
2 parents 5ef9c5e + 640a735 commit 2fe369e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Expand Up @@ -42,6 +42,8 @@ if enable_glx == 'auto'
build_glx = false
elif host_system == 'android'
build_glx = false
elif host_system == 'haiku'
build_glx = false
else
build_glx = true
endif
Expand Down

0 comments on commit 2fe369e

Please sign in to comment.