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:
parent
ee3eba3b8b
commit
7b3cb5acb8
@ -70,7 +70,7 @@
|
|||||||
(define-public efl
|
(define-public efl
|
||||||
(package
|
(package
|
||||||
(name "efl")
|
(name "efl")
|
||||||
(version "1.24.2")
|
(version "1.24.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -78,7 +78,7 @@
|
|||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w3srvigg4kfi7xq76c7y4hnq5yr2gxrrsvlyj1g2wc1igz1vyg1"))))
|
"0ajwc8lmay5ai7nsrp778g393h0p4h98p4c22gic2w61fgkcd5fy"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("check" ,check)
|
`(("check" ,check)
|
||||||
@ -152,11 +152,6 @@
|
|||||||
; (assoc-ref %build-inputs "hyphen")
|
; (assoc-ref %build-inputs "hyphen")
|
||||||
; "/share/hyphen")
|
; "/share/hyphen")
|
||||||
"-Dnetwork-backend=connman"
|
"-Dnetwork-backend=connman"
|
||||||
,@(match (%current-system)
|
|
||||||
("armhf-linux"
|
|
||||||
'("-opengl=es-egl"))
|
|
||||||
(_
|
|
||||||
'("-Dopengl=full")))
|
|
||||||
;; for wayland
|
;; for wayland
|
||||||
"-Dwl=true"
|
"-Dwl=true"
|
||||||
"-Ddrm=true")
|
"-Ddrm=true")
|
||||||
|
Loading…
Reference in New Issue
Block a user