parent
935644c01a
commit
40b3f52399
|
@ -149,6 +149,19 @@ affine transformation (scale, rotation, shear, etc.).")
|
||||||
(license license:lgpl2.1) ; or Mozilla Public License 1.1
|
(license license:lgpl2.1) ; or Mozilla Public License 1.1
|
||||||
(home-page "http://cairographics.org/")))
|
(home-page "http://cairographics.org/")))
|
||||||
|
|
||||||
|
(define-public cairo-xcb
|
||||||
|
(package
|
||||||
|
(inherit cairo)
|
||||||
|
(name "cairo-xcb")
|
||||||
|
(inputs
|
||||||
|
`(("mesa" ,mesa)
|
||||||
|
,@(package-inputs cairo)))
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f
|
||||||
|
#:configure-flags
|
||||||
|
'("--enable-xlib-xcb" "--enable-gl" "--enable-egl")))
|
||||||
|
(synopsis "2D graphics library (with X11 support)")))
|
||||||
|
|
||||||
(define-public harfbuzz
|
(define-public harfbuzz
|
||||||
(package
|
(package
|
||||||
(name "harfbuzz")
|
(name "harfbuzz")
|
||||||
|
|
Reference in New Issue