clean pc files to not have cflags in Cflags: of required libs - seems

to work these days with pkg-config.



SVN revision: 71353
This commit is contained in:
Carsten Haitzler 2012-05-23 10:21:53 +00:00
parent c824a97c71
commit 4a7a18a35c
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ Description: Ecore event abstraction library
Version: @VERSION@
Libs: -L${libdir} -lecore @EINA_LIBS@
Libs.private: -lm
Cflags: -I${includedir}/ecore-@VMAJ@ @EINA_CFLAGS@
Cflags: -I${includedir}/ecore-@VMAJ@

View File

@ -9,4 +9,4 @@ Description: Evas canvas display library
Version: @VERSION@
Libs: -L${libdir} -levas @EINA_LIBS@ @shm_open_libs@
Libs.private: @EFL_FNMATCH_LIBS@ @pthread_libs@
Cflags: -I${includedir}/evas-@VMAJ@ @EINA_CFLAGS@
Cflags: -I${includedir}/evas-@VMAJ@