guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-gnome updated: gnu: libepoxy: Propagate mesa.


From: guix-commits
Subject: branch wip-gnome updated: gnu: libepoxy: Propagate mesa.
Date: Sun, 16 May 2021 00:53:02 -0400

This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

The following commit(s) were added to refs/heads/wip-gnome by this push:
     new 69b7809  gnu: libepoxy: Propagate mesa.
69b7809 is described below

commit 69b7809e49759ddfe32ad4c8abd0a88b82c11a97
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Apr 4 20:09:39 2021 +0800

    gnu: libepoxy: Propagate mesa.
    
    * gnu/packages/gl.scm (libepoxy)[propagated-inputs]: Renamed from 'inputs'.
---
 gnu/packages/gl.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index c14e7c0..3561c56 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -691,7 +691,8 @@ OpenGL graphics API.")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("python" ,python)))
-    (inputs
+    (propagated-inputs
+     ;; epoxy.pc: 'Requires.private: gl egl'
      `(("mesa" ,mesa)))
     (home-page "https://github.com/anholt/libepoxy/";)
     (synopsis "A library for handling OpenGL function pointer management")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]