m4: fix the name for ecore-sdl in the pkconfig files.
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 9 Sep 2016 09:09:48 +0000 (11:09 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 9 Sep 2016 09:09:48 +0000 (11:09 +0200)
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

index f1694c5..73d53a3 100644 (file)
--- 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])}"