gnu: efl: Update to 1.24.3.

* gnu/packages/enlightenment.scm (efl): Update to 1.24.3.
[arguments]: Remove opengl flags from configure-flags.
This commit is contained in:
Efraim Flashner 2020-06-17 14:46:05 +03:00
parent ee3eba3b8b
commit 7b3cb5acb8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -70,7 +70,7 @@ (define-module (gnu packages enlightenment)
(define-public efl
(package
(name "efl")
(version "1.24.2")
(version "1.24.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -78,7 +78,7 @@ (define-public efl
version ".tar.xz"))
(sha256
(base32
"0w3srvigg4kfi7xq76c7y4hnq5yr2gxrrsvlyj1g2wc1igz1vyg1"))))
"0ajwc8lmay5ai7nsrp778g393h0p4h98p4c22gic2w61fgkcd5fy"))))
(build-system meson-build-system)
(native-inputs
`(("check" ,check)
@ -152,11 +152,6 @@ (define-public efl
; (assoc-ref %build-inputs "hyphen")
; "/share/hyphen")
"-Dnetwork-backend=connman"
,@(match (%current-system)
("armhf-linux"
'("-opengl=es-egl"))
(_
'("-Dopengl=full")))
;; for wayland
"-Dwl=true"
"-Ddrm=true")