"Alex V. Petrov" <[email protected]> writes: > Some long time cairo-dock+nvidia-driver don't working with OpenGL, only > cairo-dock -c (backend cairo). > Before it working perfectly.
Does the following help? Index: deskutils/cairo-dock/Makefile =================================================================== --- deskutils/cairo-dock/Makefile (revision 527073) +++ deskutils/cairo-dock/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= cairo-dock PORTVERSION= 3.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= [email protected] @@ -34,7 +34,7 @@ CMAKE_ARGS= -Dinstall-pc-path:STRING="${LOCALBASE} -DCMAKE_INSTALL_MANDIR:PATH=man \ OPTIONS_DEFINE= X11 WAYLAND -OPTIONS_DEFAULT=EGL WAYLAND X11 +OPTIONS_DEFAULT=GLX X11 OPTIONS_RADIO= GL OPTIONS_RADIO_GL= GLX EGL _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
