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
This commit is contained in:
Stefan Schmidt 2016-09-09 11:09:48 +02:00
parent a336e761d2
commit 26a60e1eb3
1 changed files with 3 additions and 0 deletions

View File

@ -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])}"