okay. nevermind!
This commit is contained in:
parent
4db9712c4c
commit
6290a813d6
@ -2,7 +2,8 @@
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"dependencies": [
|
||||
"glew",
|
||||
"sdl2",
|
||||
{ "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "linux" },
|
||||
{ "name": "sdl2", "platform": "!linux" },
|
||||
"libvorbis",
|
||||
"zlib",
|
||||
"freetype",
|
||||
|
@ -9,11 +9,6 @@ if(PORT MATCHES "discord-")
|
||||
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
||||
endif()
|
||||
|
||||
if(PORT MATCHES "libsystemd")
|
||||
set(VCPKG_C_FLAGS "${VCPKG_C_FLAGS} -std=c11")
|
||||
set(VCPKG_CXX_FLAGS "${VCPKG_CXX_FLAGS}")
|
||||
endif()
|
||||
|
||||
if(PORT MATCHES "opus")
|
||||
string(CONCAT VCPKG_CMAKE_CONFIGURE_OPTIONS
|
||||
"-DOPUS_INSTALL_PKG_CONFIG_MODULE=OFF"
|
||||
|
Loading…
x
Reference in New Issue
Block a user