Page MenuHomeFreeBSD

mesa*: Only add x11 dependancy if it's requested
ClosedPublic

Authored by manu on Sep 15 2020, 3:01 PM.
Tags
None
Referenced Files
F82049806: D26438.diff
Thu, Apr 25, 12:30 AM
Unknown Object (File)
Sun, Apr 21, 6:55 AM
Unknown Object (File)
Sun, Apr 21, 6:55 AM
Unknown Object (File)
Sun, Apr 21, 6:55 AM
Unknown Object (File)
Sat, Apr 20, 6:22 PM
Unknown Object (File)
Fri, Apr 19, 5:33 PM
Unknown Object (File)
Sat, Mar 30, 5:50 AM
Unknown Object (File)
Mar 3 2024, 4:43 AM
Subscribers

Details

Summary

This allow to have a full setup without any x11 deps.

Signed-off-by: Emmanuel Vadot <manu@freebsd.org>

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Sep 15 2020, 3:01 PM
manu created this revision.
zeising added a subscriber: zeising.

Small nit.
Looking good otherwise.

graphics/mesa-dri/Makefile
11 ↗(On Diff #77053)

You remove USES=xorg completely here (I can't see it added anywhere else) which is OK since it's pulled in in Makefile.common I think.

graphics/mesa-libs/Makefile
51 ↗(On Diff #77053)

You readd USES=xorg here, shouldn't this be pulled in by mesa-dri/Makefile.common?

This revision is now accepted and ready to land.Sep 16 2020, 7:10 AM
graphics/mesa-dri/Makefile
11 ↗(On Diff #77053)

Yes the only USES= xorg is now done in Makefile.common.

graphics/mesa-libs/Makefile
51 ↗(On Diff #77053)

Yes it's not needed here, I'll remove it when commiting.

This revision was automatically updated to reflect the committed changes.