Fix #816: Fix building with --enable-debug-flags
[geeqie.git] / src / main.c
index 7f0c4f2..9220703 100644 (file)
@@ -545,6 +545,7 @@ static void parse_command_line_for_debug_option(gint argc, gchar *argv[])
 #endif
 }
 
+#ifdef HAVE_CLUTTER
 static gboolean parse_command_line_for_clutter_option(gint argc, gchar *argv[])
 {
        const gchar *clutter_option = "--disable-clutter";
@@ -567,6 +568,7 @@ static gboolean parse_command_line_for_clutter_option(gint argc, gchar *argv[])
 
        return ret;
 }
+#endif
 
 /*
  *-----------------------------------------------------------------------------