[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemacs-devel] X11 detection broken on GNU/Linux
From: |
François Revol |
Subject: |
Re: [Qemacs-devel] X11 detection broken on GNU/Linux |
Date: |
Fri, 21 Apr 2017 16:26:08 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 21/04/2017 16:15, François Revol wrote:
> at least Debian Sid:
>
> It seems to test the wrong path:
>
> + test -f /usr/include/X11/include/X11/Xlib.h
> + test -f /opt/X11/include/X11/Xlib.h
> + test -f /usr/X11R6/include/X11/Xlib.h
>
>
Just sent a patch.
Although, I think some platforms that explicitly disable x11 before the
test will have it run anyway as it doesn't care about $x11...
On Haiku we don't have X11 headers by default but sometimes we need them
(like when using libxpm because it brings with it the whole X11 world of
dependency hell).
But at least with haikuporter it won't have them in the chroot when
building anyway.
François.