forked from Github/PrismLauncher
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:
commit
580e38a985
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue