meson: fix building skins2 on OpenBSD
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.