Skip to content

Commit

Permalink
mark all optional modules as not working
Browse files Browse the repository at this point in the history
  • Loading branch information
jason committed Jul 26, 2024
1 parent 5d45fee commit d93c4db
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ if not get_option('lcm_enable_examples').disabled()
subdir('liblcm-test')
endif

### Extra modules ###
# Python (Work in progress)
# Currently doesn't compile for Windows
### Extra modules (Work in progress / not working) ###
# Python
# Currently doesn't compile for Windows and creates ImportError everywhere
subdir('lcm-python')
# Java (Work in progress)
# Not working and need jchart2d dependencies or subproject build
# Java
# Needs jchart2d dependencies or subproject build
subdir('lcm-java')
# Lua
# Errors loading module
subdir('lcm-lua')

# Disabled because require pro meson wizardry to support without user-defined functions
Expand Down

0 comments on commit d93c4db

Please sign in to comment.