Commit f4158096 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Sebastien Robin

add 'XEXT_LIBS=-lX11' explicitly otherwise our libXext.so does not link to libX11.so.

parent 7a92d79a
...@@ -145,6 +145,7 @@ configure-options = ...@@ -145,6 +145,7 @@ configure-options =
--disable-specs --disable-specs
--without-xmlto --without-xmlto
--without-fop --without-fop
XEXT_LIBS=-lX11
patches = patches =
${libXext-patch-link-error:location}/${libXext-patch-link-error:filename} ${libXext-patch-link-error:location}/${libXext-patch-link-error:filename}
patch-options = -p1 patch-options = -p1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment