Merge pull request #2510 from PrismLauncher/backport-2509-to-release-8.x

[Backport release-8.x] fix(flatpak): disable docs for glfw
This commit is contained in:
Alexandru Ionut Tripon 2024-06-14 08:59:31 +03:00 committed by GitHub
commit 580e38a985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,8 @@ modules:
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
- -DBUILD_SHARED_LIBS:BOOL=ON
- -DGLFW_USE_WAYLAND=ON
- -DGLFW_USE_WAYLAND:BOOL=ON
- -DGLFW_BUILD_DOCS:BOOL=OFF
sources:
- type: git
url: https://github.com/glfw/glfw.git