Skip to content

Commit

Permalink
graphics/libosmesa: Remove expat from LIB_DEPENDS
Browse files Browse the repository at this point in the history
It's not needed for this mesa component.

Differential Revision:	https://reviews.freebsd.org/D44828
PR:			278324
Reported by:		autodep
Reviewed by:		bapt
Sponsored by:		Beckhoff Automation GmbH & Co. KG
  • Loading branch information
evadot committed Apr 18, 2024
1 parent 97bc401 commit bed3b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions graphics/libosmesa/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libosmesa
PORTVERSION= ${MESAVERSION}
PORTREVISION= 1
CATEGORIES= graphics

COMMENT= Off-Screen Mesa implementation of the OpenGL API
Expand Down
4 changes: 2 additions & 2 deletions graphics/mesa-dri/Makefile.common
Expand Up @@ -35,14 +35,14 @@ LICENSE_FILE= ${WRKSRC}/docs/license.rst
COMPONENT= ${PORTNAME:tl:C/^lib//:C/mesa-//}

BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
LIB_DEPENDS+= libexpat.so:textproc/expat2
.if ${COMPONENT} != clover
.if ${PORT_OPTIONS:MPLATFORM_X11}
USES+= xorg
.endif
.endif
.if ${COMPONENT} != osmesa
LIB_DEPENDS+= libdrm.so:graphics/libdrm
LIB_DEPENDS+= libdrm.so:graphics/libdrm \
libexpat.so:textproc/expat2
.endif

USES+= compiler:c++11-lib bison meson pathfix pkgconfig \
Expand Down

0 comments on commit bed3b0a

Please sign in to comment.