git: a0f47d0fe164 - main - x11/Makefile: Add Nvidia Optimus to build

Kevin Bowling kbowling at FreeBSD.org
Tue Jun 15 21:00:04 UTC 2021


The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a0f47d0fe1642723705e0cbefe8efdfc1656650f

commit a0f47d0fe1642723705e0cbefe8efdfc1656650f
Author:     Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-06-15 20:58:05 +0000
Commit:     Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-06-15 20:59:20 +0000

    x11/Makefile: Add Nvidia Optimus to build
    
    Pointy hat:     me
    Reported by:    antoine
---
 x11/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11/Makefile b/x11/Makefile
index 8546c4d54a1b..8872fe398647 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -241,6 +241,9 @@
     SUBDIR += nvidia-driver-304
     SUBDIR += nvidia-driver-340
     SUBDIR += nvidia-driver-390
+    SUBDIR += nvidia-hybrid-graphics
+    SUBDIR += nvidia-secondary-driver
+    SUBDIR += nvidia-secondary-driver-390
     SUBDIR += nvidia-settings
     SUBDIR += nvidia-xconfig
     SUBDIR += nwg-launchers


More information about the dev-commits-ports-main mailing list