mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-27 04:45:04 +00:00
14 lines
609 B
Diff
14 lines
609 B
Diff
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
|
|
index 7fa96c4..7a5c7ef 100644
|
|
--- a/src/mainwindow.cpp
|
|
+++ b/src/mainwindow.cpp
|
|
@@ -139,7 +139,7 @@ MainWindow::MainWindow()
|
|
, m_keyframesDock(0)
|
|
{
|
|
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
|
|
- 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."));
|