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 4a15eb2..13d97d1 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@ \