diff options
Diffstat (limited to 'configure.ac')
-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"]) |