Skip to content

Commit

Permalink
only enable glx with have_x11
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty committed Dec 24, 2024
1 parent a4bd40f commit b09c779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ if is_unixy
'loaders/loader_x11.cpp',
'shared_x11.cpp',
)
endif

opengl_files += files(
'loaders/loader_glx.cpp',
'gl/inject_glx.cpp',
)
endif

if get_option('with_wayland').enabled()
pre_args += '-DHAVE_WAYLAND'
Expand Down

0 comments on commit b09c779

Please sign in to comment.