mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
fix compile error when ENABLE_X11 is not defined
This commit is contained in:
@@ -97,8 +97,8 @@ QCoreApplication* createApplication(int &argc, char *argv[])
|
|||||||
XCloseDisplay(dpy);
|
XCloseDisplay(dpy);
|
||||||
isGuiApp = true;
|
isGuiApp = true;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (isGuiApp)
|
if (isGuiApp)
|
||||||
|
Reference in New Issue
Block a user