From 43c7552411379c17e5548dd1d22375a7847bfa2c Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 21 Sep 2014 11:11:28 +0900 Subject: 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. --- elementary-cxx.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elementary-cxx.pc.in') 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++ Description: Elementary C++ bindings Requires.private: @requirement_elm_pc@ Version: @VERSION@ -Libs: -L${libdir} -lelementary @ELEMENTARY_LIBS@ +Libs: -L${libdir} -lelementary @ELEMENTARY_PC_LIBS@ Cflags: -I${includedir}/elementary-@VMAJ@ -I${includedir}/elementary-cxx-@VMAJ@ -- cgit v1.2.1