From 4a7a18a35c2b777e35e4af8d0efa3d4f780e209e Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 23 May 2012 10:21:53 +0000 Subject: [PATCH] clean pc files to not have cflags in Cflags: of required libs - seems to work these days with pkg-config. SVN revision: 71353 --- legacy/ecore/ecore.pc.in | 2 +- legacy/evas/evas.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/ecore.pc.in b/legacy/ecore/ecore.pc.in index 65c5a11904..db67e7a7b5 100644 --- a/legacy/ecore/ecore.pc.in +++ b/legacy/ecore/ecore.pc.in @@ -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@ diff --git a/legacy/evas/evas.pc.in b/legacy/evas/evas.pc.in index 47ccdd8665..db0aa39097 100644 --- a/legacy/evas/evas.pc.in +++ b/legacy/evas/evas.pc.in @@ -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@