~cschieli/freebox-ecore/remove-old-packaging

« back to all changes in this revision

Viewing changes to ecore-file.pc.in

  • Committer: caro
  • Date: 2009-10-03 17:08:43 UTC
  • Revision ID: svn-v4:7cbeb6ba-43b4-40fd-8cce-4c39aea84d33:trunk/ecore:42873
 * fix requirements values (should be good, now)
 * ecore-ipc is an option for ecore-config and not a required dependency
 * use Requires.private field in all the .pc if pkg-config 0.22 or later is
   installed. We list in it the required packages needed to compile the modules.
 * remove uneeded flags that are in Libs.private (those from the packages
   that are listed in Requires.private) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
Name: ecore-file
7
7
Description: E core library, File module
8
 
Requires: @requirements_ecore_file@
 
8
@pkgconfig_requires_private@: @requirements_ecore_file@
9
9
Version: @VERSION@
10
10
Libs: -L${libdir} -lecore_file
11
11
Cflags: -I${includedir}