snap: use latest EFL 1.24.0

This commit is contained in:
Boris Faure 2020-04-30 17:31:17 +02:00
parent 286e2ebb59
commit 6dc81589d1
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,7 @@ parts:
efl:
plugin: meson
source-type: tar
source: https://download.enlightenment.org/rel/libs/efl/efl-1.23.2.tar.xz
source: https://download.enlightenment.org/rel/libs/efl/efl-1.24.0.tar.xz
meson-parameters:
- --prefix=/usr
- --libdir=/usr/lib
@ -90,6 +90,7 @@ parts:
- libluajit-5.1-dev
- libibus-1.0-dev
- libscim-dev
- libopenjp2-7-dev
stage-packages:
- libcairo2
- libcroco3
@ -139,6 +140,7 @@ parts:
- libxrender1
- libxss1
- libxtst6
- libopenjp2-7
terminology:
plugin: meson
after: [ efl ]