0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/shotcut/0001-lib-name.patch
2024-09-23 18:18:22 +02:00

14 lines
584 B
Diff

diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 0c602f84..c5bbe91b 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -148,7 +148,7 @@ MainWindow::MainWindow()
} else {
libJack.unload();
}
- QLibrary libSDL("libSDL2-2.0.so.0");
+ QLibrary libSDL("libSDL2-2.0.so");
if (!libSDL.load()) {
QMessageBox::critical(this, qApp->applicationName(),
tr("Error: This program requires the SDL 2 library.\n\nPlease install it using your package manager. It may be named libsdl2-2.0-0, SDL2, or similar."));