Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2021 21:00:04 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a0f47d0fe164 - main - x11/Makefile: Add Nvidia Optimus to build
Message-ID:  <202106152100.15FL04u9049256@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling:

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

commit a0f47d0fe1642723705e0cbefe8efdfc1656650f
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-06-15 20:58:05 +0000
Commit:     Kevin Bowling <kbowling@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106152100.15FL04u9049256>