From 32e7ffcfa0af51d5a88530cda4dd3e7822bfc839 Mon Sep 17 00:00:00 2001 From: redPanther Date: Fri, 4 Aug 2017 19:44:52 +0200 Subject: [PATCH] fix compile error when ENABLE_X11 is not defined --- src/hyperiond/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hyperiond/main.cpp b/src/hyperiond/main.cpp index cee1858c..574fc1e2 100644 --- a/src/hyperiond/main.cpp +++ b/src/hyperiond/main.cpp @@ -97,8 +97,8 @@ QCoreApplication* createApplication(int &argc, char *argv[]) XCloseDisplay(dpy); isGuiApp = true; } + #endif } - #endif #endif if (isGuiApp)