Found pkg-config: C:\msys64\mingw64\bin\pkg-config.EXE (1.9.5) sdl2-config found: NO Found CMake: D:\programms\cmake\bin\cmake.EXE (3.27.4) Run-time dependency sdl2 found: NO (tried pkgconfig, config-tool and cmake) src\meson.build:14:11: ERROR: Dependency "sdl2" not found...
# Define this to avoid linking with SDL, which requires SDL libraries # This can solve 'sdl-config: Command not found' errors ifeq ($(CONFIG_SANDBOX_SDL),y) -PLATFORM_LIBS += $(shell $(SDL_CONFIG) --libs) -PLATFORM_CPPFLAGS += $(shell $(SDL_CONFIG) --cflags) +PLATFORM_LIBS +=...
Package sdl2-mixer was not found in the pkg-config search path. Perhaps you should add the directory containing `sdl2-mixer.pc' to the PKG_CONFIG_PATH environment variable Package 'sdl2-mixer', required by 'virtual:world', not found [root@fedora ~]# pkg-config --cflags --libs sdl2mix...