diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-29 15:02:34 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-29 15:02:34 +0000 |
commit | 1a3f246c5dcd45ab5dcd7425332520fc34627f4d (patch) | |
tree | 48035ff6017f65b209ba9453d73c730ad18a5cb5 /pc | |
parent | 8d044f8df177f45ab8de7e784707b9b4aa20b535 (diff) | |
download | efl-1a3f246c5dcd45ab5dcd7425332520fc34627f4d.tar.gz efl-1a3f246c5dcd45ab5dcd7425332520fc34627f4d.tar.xz efl-1a3f246c5dcd45ab5dcd7425332520fc34627f4d.zip |
efl/pkgconfig: we just support newer pkg-config, then no replacement needed.
this @pkgconfig_requires_private@ is no longer defined.
SVN revision: 81874
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ecore-imf-evas.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-imf.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-sdl.pc.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pc/ecore-imf-evas.pc.in b/pc/ecore-imf-evas.pc.in index 23451c80e..a3f8516d3 100644 --- a/pc/ecore-imf-evas.pc.in +++ b/pc/ecore-imf-evas.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: ecore-imf-evas Description: E core library, IMF Evas module -@pkgconfig_requires_private@: @requirements_ecore_imf_evas@ Version: @VERSION@ +Requires.private: @requirements_ecore_imf_evas@ Libs: -L${libdir} -lecore_imf_evas Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/pc/ecore-imf.pc.in b/pc/ecore-imf.pc.in index cc155ed29..1e63e7cff 100644 --- a/pc/ecore-imf.pc.in +++ b/pc/ecore-imf.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: ecore-imf Description: E core library, IMF module -@pkgconfig_requires_private@: @requirements_ecore_imf@ Version: @VERSION@ +Requires.private: @requirements_ecore_imf@ Libs: -L${libdir} -lecore_imf Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/pc/ecore-sdl.pc.in b/pc/ecore-sdl.pc.in index 78170c1c4..56a7fafeb 100644 --- a/pc/ecore-sdl.pc.in +++ b/pc/ecore-sdl.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: ecore-sdl Description: E core library, SDL module -@pkgconfig_requires_private@: @requirements_ecore_sdl@ Version: @VERSION@ +Requires.private: @requirements_ecore_sdl@ Libs: -L${libdir} -lecore_sdl Cflags: -I${includedir}/ecore-@VMAJ@ |