On 02/13/2016 06:26 PM, Pierre Labastie wrote:
On 12/02/2016 16:36, Yukio Shiiya wrote:
Hi,

I encountered an error on the following page.
http://www.linuxfromscratch.org/blfs/view/7.8/x/xinit.html

# ./configure $XORG_CONFIG \
             --with-xinitdir=/etc/X11/app-defaults
No package 'x11' found
No package 'xproto' found

I think that "Xorg Libraries" and "Xorg Protocol Headers" should be
described as "Required Dependency".

Thanks,


Those packages are in the (very long) chain of required dependencies for xinit:
(writing -> for "depends on") :
xinit -> twm -> xorg-server -> Xorg fonts -> font-utils -> xcursor-themes ->
bdftopcf -> mesa -> X libraries (inclidung libX11) -> libxcb -> libXau -> Xorg
protos (including xproto).

The book is correct.

No, it is not. The technically correct thing to do would be to list xorg7-lib as required dependency to satisfy the build chain. twm, xclock and xterm are used by default xinitrc at *runtime* but can be easily commented out.


--
Igor Živković
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to