Opened 18 years ago

Closed 18 years ago

#1904 closed enhancement (fixed)

Dependencies for MesaLib

Reported by: rabenkind@… Owned by: dnicholson@…
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 Chris Staub, 18 years ago

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?

comment:2 by dnicholson@…, 18 years ago

Owner: changed from blfs-book@… to dnicholson@…
Priority: lownormal
Severity: trivialnormal
Status: newassigned

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 dnicholson@…, 18 years ago

Resolution: fixed
Status: assignedclosed

Fix applied in r5858. Closing.

Note: See TracTickets for help on using tickets.