Opened 19 years ago
Closed 19 years ago
#1904 closed enhancement (fixed)
Dependencies for MesaLib
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 6.2.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | Dependencies |
Cc: |
Description ¶
add pkg-config as a dependencie for MesaLib else it fail to compile.
Change History (3)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Owner: | changed from | to
---|---|
Priority: | low → normal |
Severity: | trivial → normal |
Status: | new → assigned |
It's really needed for Xorg-7. The modular build makes heavy use of pkg-config in the autotools. There are tons of .pc files installed, and without pkg-config, Xorg-7 would be insane.
MesaLib uses pkg-config to find libdrm. From configs/linux-dri:
LIBDRM_LIB = `pkg-config --libs libdrm` -ldrm
libdrm only has a run-time dependency on pkg-config (not used in build). I'll add pkg-config to MesaLib deps.
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix applied in r5858. Closing.
Note:
See TracTickets
for help on using tickets.
I noticed that pkg-config is listed as a dependency for Xorg 7. Is it *really* needed for Xorg 7 or is it actually for MesaLib?