svn commit: r564050 - head/x11-wm/muffin

Jan Beich jbeich at FreeBSD.org
Thu Feb 4 17:13:24 UTC 2021


Author: jbeich
Date: Thu Feb  4 17:13:18 2021
New Revision: 564050
URL: https://svnweb.freebsd.org/changeset/ports/564050

Log:
  x11-wm/muffin: unbreak with libglvnd
  
  Package 'gbm', required by 'virtual:world', not found
  
  Reported by:	antoine (via bug 246767 exp-run)

Modified:
  head/x11-wm/muffin/Makefile   (contents, props changed)

Modified: head/x11-wm/muffin/Makefile
==============================================================================
--- head/x11-wm/muffin/Makefile	Thu Feb  4 17:13:14 2021	(r564049)
+++ head/x11-wm/muffin/Makefile	Thu Feb  4 17:13:18 2021	(r564050)
@@ -43,7 +43,7 @@ USE_GNOME=	cairo dconf gdkpixbuf2 gnomeprefix glib20 g
 USE_XORG=	ice sm x11 xcb xcomposite xcursor xdamage xext xfixes xi xinerama \
 		xkbfile xrandr xrender xtst
 
-USE_GL=		egl gl
+USE_GL=		egl gbm gl
 
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list