summaryrefslogtreecommitdiff
path: root/elementary.pc.in
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2009-01-13 09:20:53 +0000
committerCarsten Haitzler <raster@rasterman.com>2009-01-13 09:20:53 +0000
commit16999e1bd5c9ad62dd6e237536b4ab2c8587873d (patch)
treeab70f21d195d0bd20980a6b3dc0f7ef1e0b46e37 /elementary.pc.in
parentb817fd41a97d8a7d791ff0b182dd8ee7d344f9c1 (diff)
downloadelementary-16999e1bd5c9ad62dd6e237536b4ab2c8587873d.tar.gz
1. add carousel start - does nothnig. ignore. copy of toolbar atm to start with
2. make elementary be able to determine theme from PREFIX/share/elementary/themes or ~/.elementary/themes (~/ takes preference) currently using a delimited list of theme names in order to check like: mytheme/fallback/morestuff/default (if the last theme entry is on default it is added explicitly). this allows multiple theme files bascially to work a bit like a fontset - try the first one - if not there, try the next and so on. set $ELM_THEME to your theme setting 3. determine prefix and thus data dir - where system themes go. if it can't rely on dladdr, or the compiled-in prefix/data dir, you can set $ELM_PREFIX and/or $ELM_DATA_DIR accordingly. SVN revision: 38568
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 2ea55aa25..0564b12e5 100644
--- a/elementary.pc.in
+++ b/elementary.pc.in
@@ -8,5 +8,5 @@ Description: Mobile device touchscreen widget library
Requires: evas ecore ecore-x ecore-evas ecore-job ecore-txt ecore-file eet edje
Version: @VERSION@
Libs: -L${libdir} -lelementary
-Libs.private: @my_libs@ @ELEMENTARY_LIBS@ @ELEMENTARY_X_LIBS@ @ELEMENTARY_FB_LIBS@ @ELEMENTARY_WINCE_LIBS@ @ELEMENTARY_EDBUS_LIBS@
+Libs.private: @dlopen_libs@ @my_libs@ @ELEMENTARY_LIBS@ @ELEMENTARY_X_LIBS@ @ELEMENTARY_FB_LIBS@ @ELEMENTARY_WINCE_LIBS@ @ELEMENTARY_EDBUS_LIBS@
Cflags: -I${includedir} -I${includedir}/elementary @ELEMENTARY_CFLAGS@ @ELEMENTARY_X_CFLAGS@ @ELEMENTARY_FB_CFLAGS@ @ELEMENTARY_WINCE_CFLAGS@ @ELEMENTARY_EDBUS_CFLAGS@