Browse Source

meson: make Windows and X11 skins2 code exclusive

That's how it's done in autotools and the code can only handle
one of them at a time.
pull/183/head
Steve Lhomme 10 months ago
parent
commit
f1ac6ae875
  1. 4
      modules/gui/skins2/meson.build

4
modules/gui/skins2/meson.build

@ -122,9 +122,7 @@ skins2_sources += files(
'win32/win32_tooltip.cpp',
'win32/win32_window.cpp',
)
endif
if x11_dep.found()
elif x11_dep.found()
skins2_flags += [ '-DX11_SKINS' ]
skins2_sources += files(
'x11/x11_display.cpp',

Loading…
Cancel
Save