changeset 1075:a7f16c967a0b openvg

Remove linking EGL
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 01 Dec 2010 21:33:07 +0800
parents ed9ca123d8db
children 8d70dbb70d38
files src/Makefile.am src/X_supp.c
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Wed Dec 01 21:12:36 2010 +0800
+++ b/src/Makefile.am	Wed Dec 01 21:33:07 2010 +0800
@@ -77,7 +77,7 @@
 
 if OPENVG_GRAPH_ENGINE
 libmbfly_la_SOURCES += graph_engine_openvg.c
-libmbfly_la_LDFLAGS += -lOpenVG -lEGL
+libmbfly_la_LDFLAGS += -lOpenVG
 endif
 
 X_main_SOURCES = X_main.c
--- a/src/X_supp.c	Wed Dec 01 21:12:36 2010 +0800
+++ b/src/X_supp.c	Wed Dec 01 21:33:07 2010 +0800
@@ -5,7 +5,6 @@
 #include <string.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
-#include <cairo-xlib.h>
 #include "mb_graph_engine.h"
 #include "mb_redraw_man.h"
 #include "mb_timer.h"