Fix:Core:Build cogl only if opengl and clutter present
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Wed, 20 Aug 2008 09:38:00 +0000 (09:38 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Wed, 20 Aug 2008 09:38:00 +0000 (09:38 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1275 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/graphics/Makefile.am

index 27bb6cf..b7e0f68 100644 (file)
@@ -3,7 +3,10 @@ if GRAPHICS_GTK_DRAWING_AREA
   SUBDIRS+=gtk_drawing_area
 endif
 if GRAPHICS_OPENGL
-  SUBDIRS+=opengl cogl
+  SUBDIRS+=opengl
+if GUI_CLUTTER
+  SUBDIRS+=cogl
+endif
 endif
 if USE_GRAPHICS_QT_QPAINTER
   SUBDIRS+=qt_qpainter