i dont believe it... dont link to Xrender.. and any call to xrender - tho it
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 1 Mar 2010 16:17:42 +0000 (16:17 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 1 Mar 2010 16:17:42 +0000 (16:17 +0000)
works -and it links i.. ends up with xlib segving.. this is subtle and bizarre!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@46703 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index b8ca050..49c4499 100644 (file)
@@ -145,11 +145,11 @@ if test "x$have_software_xlib" = "xyes" -o "x$have_software_16_x11" = "xyes" -o
       [have_xlib="yes"],
       [have_xlib="no"])
    if test "x$want_evas_simple_x11" = "xyes"; then
-      x_libs="${x_libs} -lX11 -lXext"
+      x_libs="${x_libs} -lX11 -lXext -lXrender"
    else
       x_dir=${x_dir:-/usr/X11R6}
       x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}
-      x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext"
+      x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext -lXrender"
    fi
 fi
 AM_CONDITIONAL(BUILD_X11, [test "x$have_xlib" = "xyes"])