rtengine/meson.options
Kevin Trogant 4b97f8ff33 fix: Linux build
- Prepare for supporting Xlib and Wayland (in the future), by having a
  option for 'use_xlib'
- Fixed a few compile errors
2023-10-17 15:22:02 +02:00

2 lines
110 B
Plaintext

option('use_xlib', type : 'boolean', value : false, description : 'Use Xlib for window creation under linux')