mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fix compile error when ENABLE_X11 is not defined
This commit is contained in:
parent
6279dcb2a9
commit
32e7ffcfa0
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user