#7480 closed defect (fixed)
Dependency is missing (xinit)
Reported by: | yuksiy | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.10 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: | yuk@… |
Description ¶
(
This ticket has been re-posted revised my following post.
[http://lists.linuxfromscratch.org/pipermail/blfs-dev/2016-February/031591.html
)
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" to satisfy the build chain.
Change History (2)
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 9 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
I'm not sure when this was fixed, but xinit does now state that xorg libraries are required. The protocol headers are not required as they are a required ancestor of xorg libraries.