Re: [PATCH] Add Xrandr in build documentation

2018-12-10 Thread Ao Qi
Hi Magnus, Thanks! By the way, I finally received that email after hours:) Cheers, Ao Qi On Mon, Dec 10, 2018 at 10:20 PM Magnus Ihse Bursie wrote: > > On 2018-12-10 13:07, Ao Qi wrote: > > Hi Magnus, > > > > It is strange that I saw your reply in "build-dev Archives" [1], but I > > did not rec

Re: [PATCH] Add Xrandr in build documentation

2018-12-10 Thread Magnus Ihse Bursie
On 2018-12-10 13:07, Ao Qi wrote: Hi Magnus, It is strange that I saw your reply in "build-dev Archives" [1], but I did not receive the email. Maybe there is something wrong with my email server. I cannot reply to your email directly. Sometimes the mailing list servers seem to lose mail, or hold

Re: [PATCH] Add Xrandr in build documentation

2018-12-10 Thread Ao Qi
Hi Magnus, It is strange that I saw your reply in "build-dev Archives" [1], but I did not receive the email. Maybe there is something wrong with my email server. I cannot reply to your email directly. Thanks for your review. To answer your question: >I assume you need a sponsor for this? Have yo

Re: [PATCH] Add Xrandr in build documentation

2018-12-10 Thread Magnus Ihse Bursie
On 2018-12-10 11:28, Ao Qi wrote: Hi all, When I try to do a cross-compiling with qemu-deboostrap according to doc/building.html, it failed to configure (a X11 headers error, "checking for X11/extensions/Xrandr.h... no"). I think it is because Xrandr became a configure check prerequisite after

[PATCH] Add Xrandr in build documentation

2018-12-10 Thread Ao Qi
Hi all, When I try to do a cross-compiling with qemu-deboostrap according to doc/building.html, it failed to configure (a X11 headers error, "checking for X11/extensions/Xrandr.h... no"). I think it is because Xrandr became a configure check prerequisite after JDK-8213944. Could anyone please rev