From 26a60e1eb35c2afcbad6e55b6aa52c22ffd96340 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 9 Sep 2016 11:09:48 +0200 Subject: [PATCH] m4: fix the name for ecore-sdl in the pkconfig files. Like some other libs we need to have a special handling here to get ecore-sdl into the pc file instead ecore_sdl. Fixes T4397 --- m4/efl.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/m4/efl.m4 b/m4/efl.m4 index f1694c58d5..73d53a3190 100644 --- a/m4/efl.m4 +++ b/m4/efl.m4 @@ -177,6 +177,9 @@ case "m4_defn([DOWNOTHER])" in ecore_drm2) depname="ecore-drm2" ;; + ecore_sdl) + depname="ecore-sdl" + ;; esac requirements_pc_[]m4_defn([DOWNEFL])="${depname} >= ${PACKAGE_VERSION} ${requirements_pc_[][]m4_defn([DOWNEFL])}" requirements_cflags_[]m4_defn([DOWNEFL])="-I\$(top_srcdir)/src/lib/${libdirname} -I\$(top_builddir)/src/lib/${libdirname} ${requirements_cflags_[][]m4_defn([DOWNEFL])}"