Skip to content
Snippets Groups Projects
Commit 4e4b9ec6 authored by Maxime Graulich's avatar Maxime Graulich
Browse files

No commit message

No commit message
parent fd5d6ebe
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "Options.h" #include "Options.h"
#include "PluginManager.h" #include "PluginManager.h"
#include "GModel.h" #include "GModel.h"
#if defined(__linux__) && !defined(BUILD_ANDROID) #if defined(HAVE_ONELAB2) && defined(__linux__) && !defined(BUILD_ANDROID)
#include <X11/Xlib.h> #include <X11/Xlib.h>
#endif #endif
...@@ -41,7 +41,7 @@ int main(int argc, char *argv[]) ...@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
} }
// Interactive Gmsh with FLTK GUI // Interactive Gmsh with FLTK GUI
#if defined(__linux__) && !defined(BUILD_ANDROID) #if defined(HAVE_ONELAB2) && defined(__linux__) && !defined(BUILD_ANDROID)
XInitThreads(); XInitThreads();
#endif #endif
return GmshFLTK(argc, argv); return GmshFLTK(argc, argv);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment