mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-21 01:30:29 +02:00
gnu: libepoxy: Propagate mesa.
* gnu/packages/gl.scm (libepoxy)[propagated-inputs]: Renamed from 'inputs'.
This commit is contained in:
@@ -682,7 +682,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")
|
||||
|
||||
Reference in New Issue
Block a user