From: martin-s Date: Wed, 20 Aug 2008 09:38:00 +0000 (+0000) Subject: Fix:Core:Build cogl only if opengl and clutter present X-Git-Tag: navit-0.5.0.5194svn~3881 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1be0f089745de4d7134f08f0dc90079ba3225b9f;p=profile%2Fivi%2Fnavit.git Fix:Core:Build cogl only if opengl and clutter present git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1275 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/navit/graphics/Makefile.am b/navit/navit/graphics/Makefile.am index 27bb6cf..b7e0f68 100644 --- a/navit/navit/graphics/Makefile.am +++ b/navit/navit/graphics/Makefile.am @@ -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