me
/
guix
Archived
1
0
Fork 0

gnu: jami: Use OpenGL, not OpenGL ES.

This may yield better performance.

* gnu/packages/jami.scm (jami)[phases]{use-desktop-opengl}: New phase.
Maxim Cournoyer 2022-01-16 00:22:40 -05:00
parent 05fbb611cd
commit 8cdecad237
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 8 additions and 1 deletions

View File

@ -587,7 +587,14 @@ decentralized calling using P2P-DHT.")
(("// clang-format on.*" anchor)
(string-append "const char VERSION_STRING[] = \""
,version "\";\n"
anchor))))))))
anchor)))))
(add-after 'change-directory/maybe 'use-desktop-opengl
;; TODO: Remove after next release; this is no longer specified in
;; the source following the update to Qt 6.
(lambda _
(substitute* "src/main.cpp"
(("Qt::AA_UseOpenGLES")
"Qt::AA_UseDesktopOpenGL")))))))
(native-inputs
(list pkg-config python qttools doxygen graphviz))
(inputs