mirror of https://github.com/procxx/kepka.git
Remove outdated LIBGL_ALWAYS_INDIRECT hack
This commit is contained in:
parent
78c3c86fe6
commit
d1d1f83881
|
@ -623,10 +623,6 @@ namespace Platform {
|
||||||
void start() {
|
void start() {
|
||||||
LOG(("Launcher filename: %1").arg(GetLauncherFilename()));
|
LOG(("Launcher filename: %1").arg(GetLauncherFilename()));
|
||||||
|
|
||||||
if (InAppImage()) {
|
|
||||||
qputenv("LIBGL_ALWAYS_INDIRECT", "1");
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef TDESKTOP_USE_FONTCONFIG_FALLBACK
|
#ifdef TDESKTOP_USE_FONTCONFIG_FALLBACK
|
||||||
FallbackFontConfig();
|
FallbackFontConfig();
|
||||||
#endif // TDESKTOP_USE_FONTCONFIG_FALLBACK
|
#endif // TDESKTOP_USE_FONTCONFIG_FALLBACK
|
||||||
|
|
Loading…
Reference in New Issue