diff options
author | Carsten Haitzler <raster@rasterman.com> | 2010-03-01 16:17:42 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2010-03-01 16:17:42 +0000 |
commit | 9ee9f0f94a12cb11d1253205f5cbfde1a719cd43 (patch) | |
tree | 83f846b382e3292d0872b20c13956e9685e76081 /configure.ac | |
parent | 7d6a98e9247650cc513dd88a0faa482f5590b3a4 (diff) |
i dont believe it... dont link to Xrender.. and any call to xrender - tho it
works -and it links i.. ends up with xlib segving.. this is subtle and bizarre!
SVN revision: 46703
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b8ca050..49c4499 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -145,11 +145,11 @@ if test "x$have_software_xlib" = "xyes" -o "x$have_software_16_x11" = "xyes" -o | |||
145 | [have_xlib="yes"], | 145 | [have_xlib="yes"], |
146 | [have_xlib="no"]) | 146 | [have_xlib="no"]) |
147 | if test "x$want_evas_simple_x11" = "xyes"; then | 147 | if test "x$want_evas_simple_x11" = "xyes"; then |
148 | x_libs="${x_libs} -lX11 -lXext" | 148 | x_libs="${x_libs} -lX11 -lXext -lXrender" |
149 | else | 149 | else |
150 | x_dir=${x_dir:-/usr/X11R6} | 150 | x_dir=${x_dir:-/usr/X11R6} |
151 | x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}} | 151 | x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}} |
152 | x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext" | 152 | x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext -lXrender" |
153 | fi | 153 | fi |
154 | fi | 154 | fi |
155 | AM_CONDITIONAL(BUILD_X11, [test "x$have_xlib" = "xyes"]) | 155 | AM_CONDITIONAL(BUILD_X11, [test "x$have_xlib" = "xyes"]) |