diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-09-21 11:11:28 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-09-21 11:11:28 +0900 |
commit | 43c7552411379c17e5548dd1d22375a7847bfa2c (patch) | |
tree | 2e4aae3101b5e596b473b73a165156749a4884e4 /elementary-cxx.pc.in | |
parent | b1970bec0059bc2ff7fcc9d14f15c4c1a059a106 (diff) |
elm - we should not get our pc files to use hidden libs like x/wl
ecore_x, ecore_wl, ecore_drm etc. were being linked to clients as they
were added to the pc file - they should not have been. elm hides
these. it's meant to hide them. remove them from the pc file.
Diffstat (limited to 'elementary-cxx.pc.in')
-rw-r--r-- | elementary-cxx.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elementary-cxx.pc.in b/elementary-cxx.pc.in index a85e0aff9..14789751b 100644 --- a/elementary-cxx.pc.in +++ b/elementary-cxx.pc.in | |||
@@ -13,5 +13,5 @@ Name: elementary++ | |||
13 | Description: Elementary C++ bindings | 13 | Description: Elementary C++ bindings |
14 | Requires.private: @requirement_elm_pc@ | 14 | Requires.private: @requirement_elm_pc@ |
15 | Version: @VERSION@ | 15 | Version: @VERSION@ |
16 | Libs: -L${libdir} -lelementary @ELEMENTARY_LIBS@ | 16 | Libs: -L${libdir} -lelementary @ELEMENTARY_PC_LIBS@ |
17 | Cflags: -I${includedir}/elementary-@VMAJ@ -I${includedir}/elementary-cxx-@VMAJ@ | 17 | Cflags: -I${includedir}/elementary-@VMAJ@ -I${includedir}/elementary-cxx-@VMAJ@ |