From f0076dfa3782fdf61e6c95c4a9975bfdd98f5f51 Mon Sep 17 00:00:00 2001 From: raster Date: Sat, 17 Mar 2012 05:37:25 +0000 Subject: [PATCH] add back in libs.private/requires to pc files with some fixes for missing. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@69482 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- ecore-cocoa.pc.in | 1 + ecore-con.pc.in | 1 + ecore-config.pc.in | 1 + ecore-directfb.pc.in | 1 + ecore-evas.pc.in | 1 + ecore-fb.pc.in | 1 + ecore-file.pc.in | 1 + ecore-imf.pc.in | 1 + ecore-input-evas.pc.in | 1 + ecore-input.pc.in | 1 + ecore-ipc.pc.in | 1 + ecore-psl1ght.pc.in | 2 ++ ecore-sdl.pc.in | 1 + ecore-wayland.pc.in | 2 ++ ecore-win32.pc.in | 2 ++ ecore-wince.pc.in | 2 ++ ecore-x.pc.in | 4 +++- ecore.pc.in | 2 ++ 18 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ecore-cocoa.pc.in b/ecore-cocoa.pc.in index 8c3ffa0..91fc4ee 100644 --- a/ecore-cocoa.pc.in +++ b/ecore-cocoa.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-cocoa Description: E core library, Cocoa module +@pkgconfig_requires_private@: @requirements_ecore_cocoa@ Version: @VERSION@ Libs: -L${libdir} -lecore_cocoa Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-con.pc.in b/ecore-con.pc.in index 3c03c93..9b188aa 100644 --- a/ecore-con.pc.in +++ b/ecore-con.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-con Description: E core library, Con module +@pkgconfig_requires_private@: @requirements_ecore_con@ Version: @VERSION@ Libs: -L${libdir} -lecore_con Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-config.pc.in b/ecore-config.pc.in index 9849d27..0235eb8 100644 --- a/ecore-config.pc.in +++ b/ecore-config.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-config Description: E core library, Config module +@pkgconfig_requires_private@: @requirements_ecore_config@ Version: @VERSION@ Libs: -L${libdir} -lecore_config Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-directfb.pc.in b/ecore-directfb.pc.in index ac3a436..9eb104a 100644 --- a/ecore-directfb.pc.in +++ b/ecore-directfb.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-directfb Description: E core library, DirectFB module +@pkgconfig_requires_private@: @requirements_ecore_directfb@ Version: @VERSION@ Libs: -L${libdir} -lecore_directfb Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-evas.pc.in b/ecore-evas.pc.in index 9c394e4..155abbe 100644 --- a/ecore-evas.pc.in +++ b/ecore-evas.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-evas Description: E core library, Evas module +@pkgconfig_requires_private@: @requirements_ecore_evas@ Version: @VERSION@ Libs: -L${libdir} @ecore_evas_libs@ Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-fb.pc.in b/ecore-fb.pc.in index 7cb780d..4e70c48 100644 --- a/ecore-fb.pc.in +++ b/ecore-fb.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-fb Description: E core library, FB module +@pkgconfig_requires_private@: @requirements_ecore_fb@ Version: @VERSION@ Libs: -L${libdir} -lecore_fb Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-file.pc.in b/ecore-file.pc.in index 44ca838..833ff1e 100644 --- a/ecore-file.pc.in +++ b/ecore-file.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-file Description: E core library, File module +@pkgconfig_requires_private@: @requirements_ecore_file@ Version: @VERSION@ Libs: -L${libdir} -lecore_file Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-imf.pc.in b/ecore-imf.pc.in index 6053162..cc155ed 100644 --- a/ecore-imf.pc.in +++ b/ecore-imf.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-imf Description: E core library, IMF module +@pkgconfig_requires_private@: @requirements_ecore_imf@ Version: @VERSION@ Libs: -L${libdir} -lecore_imf Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-input-evas.pc.in b/ecore-input-evas.pc.in index eb79453..f95325c 100644 --- a/ecore-input-evas.pc.in +++ b/ecore-input-evas.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-input-evas Description: E core library, Input module Evas extension +@pkgconfig_requires_private@: @requirements_ecore_input_evas@ Version: @VERSION@ Libs: -L${libdir} -lecore_input_evas Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-input.pc.in b/ecore-input.pc.in index 53e48a9..b670b71 100644 --- a/ecore-input.pc.in +++ b/ecore-input.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-input Description: E core library, Input module +@pkgconfig_requires_private@: @requirements_ecore_input@ Version: @VERSION@ Libs: -L${libdir} -lecore_input Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-ipc.pc.in b/ecore-ipc.pc.in index fd2f615..d66f404 100644 --- a/ecore-ipc.pc.in +++ b/ecore-ipc.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-ipc Description: E core library, IPC module +@pkgconfig_requires_private@: @requirements_ecore_ipc@ Version: @VERSION@ Libs: -L${libdir} -lecore_ipc Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-psl1ght.pc.in b/ecore-psl1ght.pc.in index eca9e3b..e81f4e8 100644 --- a/ecore-psl1ght.pc.in +++ b/ecore-psl1ght.pc.in @@ -5,6 +5,8 @@ includedir=@includedir@ Name: ecore-psl1ght Description: E core library, PSL1GHT module +@pkgconfig_requires_private@: @requirements_ecore_psl1ght@ Version: @VERSION@ Libs: -L${libdir} -lecore_psl1ght +Libs.private: -lio -lsysutil -lgem -lcamera -lspurs Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-sdl.pc.in b/ecore-sdl.pc.in index 6c96000..78170c1 100644 --- a/ecore-sdl.pc.in +++ b/ecore-sdl.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ecore-sdl Description: E core library, SDL module +@pkgconfig_requires_private@: @requirements_ecore_sdl@ Version: @VERSION@ Libs: -L${libdir} -lecore_sdl Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-wayland.pc.in b/ecore-wayland.pc.in index 9093d85..f4f5cf3 100644 --- a/ecore-wayland.pc.in +++ b/ecore-wayland.pc.in @@ -5,6 +5,8 @@ includedir=@includedir@ Name: ecore-wayland Description: E core library, Wayland module +@pkgconfig_requires_private@: @requirements_ecore_wayland@ Version: @VERSION@ Libs: -L${libdir} -lecore_wayland +Libs.private: -lwayland-client Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-win32.pc.in b/ecore-win32.pc.in index ddcbe71..17dba6e 100644 --- a/ecore-win32.pc.in +++ b/ecore-win32.pc.in @@ -5,6 +5,8 @@ includedir=@includedir@ Name: ecore-win32 Description: E core library, Win32 module +@pkgconfig_requires_private@: @requirements_ecore_win32@ Version: @VERSION@ Libs: -L${libdir} -lecore_win32 +Libs.private: Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-wince.pc.in b/ecore-wince.pc.in index 0e67976..c937e88 100644 --- a/ecore-wince.pc.in +++ b/ecore-wince.pc.in @@ -5,6 +5,8 @@ includedir=@includedir@ Name: ecore-wince Description: E core library, WinCE module +@pkgconfig_requires_private@: @requirements_ecore_wince@ Version: @VERSION@ Libs: -L${libdir} -lecore_wince +Libs.private: @WIN32_LIBS@ Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-x.pc.in b/ecore-x.pc.in index b3a69f9..a02b42b 100644 --- a/ecore-x.pc.in +++ b/ecore-x.pc.in @@ -5,6 +5,8 @@ includedir=@includedir@ Name: ecore-x Description: E core library, X module +@pkgconfig_requires_private@: @requirements_ecore_x@ Version: @VERSION@ Libs: -L${libdir} -lecore_x -Cflags: -I${includedir}/ecore-@VMAJ@ +Libs.private: @x_libs@ @ecore_x_libs_private@ +Cflags: -I${includedir}/ecore-@VMAJ@ @have_ecore_x_xcb_define@ diff --git a/ecore.pc.in b/ecore.pc.in index a050620..65c5a11 100644 --- a/ecore.pc.in +++ b/ecore.pc.in @@ -5,6 +5,8 @@ includedir=@includedir@ Name: ecore Description: Ecore event abstraction library +@pkgconfig_requires_private@: @requirements_ecore@ Version: @VERSION@ Libs: -L${libdir} -lecore @EINA_LIBS@ +Libs.private: -lm Cflags: -I${includedir}/ecore-@VMAJ@ @EINA_CFLAGS@ -- 2.7.4