summaryrefslogtreecommitdiff
path: root/elementary.pc.in
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-09-21 11:11:28 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-09-21 11:11:28 +0900
commit43c7552411379c17e5548dd1d22375a7847bfa2c (patch)
tree2e4aae3101b5e596b473b73a165156749a4884e4 /elementary.pc.in
parentb1970bec0059bc2ff7fcc9d14f15c4c1a059a106 (diff)
downloadelementary-43c7552411379c17e5548dd1d22375a7847bfa2c.tar.gz
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.pc.in')
-rw-r--r--elementary.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/elementary.pc.in b/elementary.pc.in
index e24c25912..aad317782 100644
--- a/elementary.pc.in
+++ b/elementary.pc.in
@@ -13,5 +13,5 @@ Name: elementary
Description: Mobile device touchscreen widget library
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@