summaryrefslogtreecommitdiff
path: root/src/hub.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub.c')
-rw-r--r--src/hub.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/hub.c b/src/hub.c
index 574bb1c..8a5b6f4 100644
--- a/src/hub.c
+++ b/src/hub.c
@@ -31,7 +31,9 @@
#include <stdlib.h>
#include <string.h>
#include <strings.h>
-#include <gtk/gtk.h>
+#ifdef HAVE_GTK_SUPPORT
+# include <gtk/gtk.h>
+#endif
#include <config.h>
@@ -354,7 +356,9 @@ int main(int argc, char **argv)
/* Initialisation de GTK */
g_set_prgname("Chrysalide Hub");
+#ifdef HAVE_GTK_SUPPORT
gtk_init(&argc, &argv);
+#endif
/* Initialisation du programme */