From: Vincent Torri Date: Thu, 18 Apr 2019 13:29:31 +0000 (-0400) Subject: ecore_sdl: fix detection of sdl with meson build X-Git-Tag: submit/tizen/20190424.060632~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0b79d9085a37397be57008436c99be7ca790564;p=platform%2Fupstream%2Fefl.git 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 --- diff --git a/src/lib/ecore_sdl/meson.build b/src/lib/ecore_sdl/meson.build index 01ef3981b9..b4685818c1 100644 --- a/src/lib/ecore_sdl/meson.build +++ b/src/lib/ecore_sdl/meson.build @@ -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,