gnu: libepoxy: Propagate mesa.

* gnu/packages/gl.scm (libepoxy)[propagated-inputs]: Renamed from 'inputs'.
This commit is contained in:
宋文武 2021-04-04 20:09:39 +08:00
parent 7d6f10b729
commit 70c0eb9e04
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -682,7 +682,8 @@ (define-public libepoxy
(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")