Date: Fri, 14 Mar 2008 12:18:07 -0600 From: John E Hein <jhein@timing.com> To: "Florent Thoumie" <flz@xbsd.org> Cc: x11@freebsd.org Subject: Re: xdpyinfo is broken Message-ID: <18394.49503.33071.364930@gromit.timing.com> In-Reply-To: <a01628140803140847h4ce7399am2121f6fd82cc4baa@mail.gmail.com> References: <47D975F1.5010806@freebsd.org> <a01628140803131342x3444f882o997ac7782e867a01@mail.gmail.com> <18393.51328.495495.765870@gromit.timing.com> <a01628140803140847h4ce7399am2121f6fd82cc4baa@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Florent Thoumie wrote at 15:47 +0000 on Mar 14, 2008: > On Fri, Mar 14, 2008 at 12:36 AM, John E Hein <jhein@timing.com> wrote: > > xdpyinfo has USE_XORG=xext x11 xtst > > > > libXtst depends on inputproto which should install XInput.h > > > > It looks like it has listed the dependency to me. > > > > It looks like Joe's log shows 'pkg_add libXtst-1.0.3.tbz' > > Did the libXtst install not install XInput.h? > > USE_XORG=inputproto will only add inputproto as a build-time > dependency, not a run-time dependency. That means, if you're > installing libXtst via packages, inputproto won't be installed. > > LibX11 used to run-depend on inputproto until a couple days ago when I > changed it (as suggested by libX11 configure.ac/x11.pc.in). Xdpyinfo > was lacking some dependencies, including libXi which run-depends on > inputproto. > > I already committed a fix for this one. Woops, my bad - you're right, of course. I knew that build deps won't be installed, but I thought XInput.h was actually part of libXtst. I did 'pkg_info -W /usr/local/include/X11/extensions/XInput.h' and thought it pointed at libXtst ("I could have sworn..."). Today I ran it again and it points to inputproto. I'm slightly confused since I've never misread anything before in my life ;)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18394.49503.33071.364930>