ecore_sdl: fix detection of sdl with meson build

Summary: SDL 2.* pkconfig file is sdl2, not sdl

Test Plan: meson configuration

Reviewers: zmike, raster

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8647
This commit is contained in:
Vincent Torri 2019-04-18 09:29:31 -04:00 committed by Mike Blumenkrantz
parent 7807f7750f
commit e65c49b422
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ecore_sdl_header_src = [
'Ecore_Sdl_Keys.h'
]
ecore_sdl_deps += dependency('sdl')
ecore_sdl_deps += dependency('sdl2')
ecore_sdl_lib = library('ecore_sdl',
ecore_sdl_src,