Need to link Xrender if we're going to use it.
authorrbdpngn <rbdpngn>
Mon, 13 Mar 2006 22:38:53 +0000 (22:38 +0000)
committerrbdpngn <rbdpngn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 13 Mar 2006 22:38:53 +0000 (22:38 +0000)
SVN revision: 21273

legacy/ecore/src/lib/ecore_x/Makefile.am

index 4a15eb2d92a021c948f130275d930da2e4c527b0..13d97d14d20c489a3e463a4adf9b780c79f08a17 100644 (file)
@@ -2,6 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
 
 INCLUDES = \
 @Xcursor_cflags@ \
+@Xrender_cflags@ \
 @Xprint_cflags@ \
 @Xinerama_cflags@ \
 @Xrandr_cflags@ \
@@ -50,6 +51,7 @@ ecore_x_private.h
 
 libecore_x_la_LIBADD = \
 @Xcursor_libs@ \
+@Xrender_libs@ \
 @Xprint_libs@ \
 @Xinerama_libs@ \
 @Xrandr_libs@ \