Skip to content

Commit

Permalink
XOUTPUT_METHOD: default to true
Browse files Browse the repository at this point in the history
XOpenOM() has been a core part of xlib for some time.

For now, hard-code this to always be true -- this can be
clearned up at a later date.
  • Loading branch information
ThomasAdam authored and Kangie committed Sep 16, 2024
1 parent 6a0e4f2 commit c262fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ conf.set('SIGNAL_RETURN', 'return')
conf.set('ICONV_ARG_CONST', '')
conf.set('fd_set_size_t', 'int')
conf.set('EXECUTABLE_EXTENSION', 'NULL')
conf.set10('HAVE_XOUTPUT_METHOD', true)

# Enable FTMs
if host_machine.system() == 'linux'
Expand Down

0 comments on commit c262fc2

Please sign in to comment.