guix-commits
[Top][All Lists]
Advanced

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

116/122: gnu: libepoxy: Propagate mesa.


From: guix-commits
Subject: 116/122: gnu: libepoxy: Propagate mesa.
Date: Fri, 11 Jun 2021 12:12:26 -0400 (EDT)

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

commit ea4b5f1ad157710dfa3a09af087df37149771083
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]