guix-commits
[Top][All Lists]
Advanced

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

369/377: gnu: libepoxy: Propagate mesa.


From: guix-commits
Subject: 369/377: gnu: libepoxy: Propagate mesa.
Date: Thu, 2 Sep 2021 17:56:25 -0400 (EDT)

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

commit 5117ad4397683ffaf85ece28f1da9f437c85d4f9
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 4a1a700..9a30835 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -708,7 +708,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]