You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/04/26 13:05:15 UTC

[couchdb] branch mango-nouveau-dep created (now eeca93c94)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch mango-nouveau-dep
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at eeca93c94 declare dependency on nouveau

This branch includes the following new commits:

     new eeca93c94 declare dependency on nouveau

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: declare dependency on nouveau

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch mango-nouveau-dep
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit eeca93c94fca0a01dd3b29732f6733c7be7fab99
Author: Robert Newson <rn...@apache.org>
AuthorDate: Wed Apr 26 14:04:21 2023 +0100

    declare dependency on nouveau
---
 src/mango/src/mango.app.src | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mango/src/mango.app.src b/src/mango/src/mango.app.src
index a63f036e0..e4c0f65dd 100644
--- a/src/mango/src/mango.app.src
+++ b/src/mango/src/mango.app.src
@@ -20,7 +20,8 @@
         couch_epi,
         config,
         couch_log,
-        fabric
+        fabric,
+        nouveau
     ]},
     {mod, {mango_app, []}}
 ]}.