Skip to content

meson: fix building skins2 on OpenBSD

Brad Smith requested to merge brad/vlc:meson_skins2 into master
Library X11 found: NO

and as expected X11_SKINS was not defined.

../modules/gui/skins2/src/os_factory.cpp:46:2: error: "No OSFactory implementation !"
 ^
1 error generated.

There is already an X11 check and it works as expected so use that for the dependency checking.

Merge request reports

Loading