Fixes build failure when x11 is not found or disabled and glx is also not found. To reproduce, build with:
PKG_CONFIG_LIBDIR='' meson _build
The proper fix involves reorganising the dependency checking logic to use Feature Options instead of a combo with auto/yes/no, but that's a larger patch that I'll add later.
Fixes build failure when x11 is not found or disabled and glx is also not found. To reproduce, build with:
PKG_CONFIG_LIBDIR='' meson _build
The proper fix involves reorganising the dependency checking logic to use Feature Options instead of a combo with auto/yes/no, but that's a larger patch that I'll add later.