summaryrefslogtreecommitdiff
path: root/elementary.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* elm - we should not get our pc files to use hidden libs like x/wlCarsten Haitzler (Rasterman)2014-09-211-1/+1
| | | | | | 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.
* use variable instead of configure replacementVincent Torri2014-09-041-1/+1
|
* fix elementary.pcVincent Torri2014-09-041-1/+1
|
* use configure variable instead of /elementaryVincent Torri2014-09-041-1/+1
|
* autotools: simplify .pc.in.Vincent Torri2014-09-041-2/+2
| | | | Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* autotools: use always Requires.private in .pcVincent Torri2014-09-041-1/+1
|
* Reorganise configure.ac layout (and simplify)Vincent Torri2014-09-021-1/+1
| | | | | | | This includes: Bumping versions of autoconf and automake. Remove or replace deprecated macros. Use correct paths.
* autotools: Fixed errors and warnings.Savio Sena2014-07-211-0/+2
| | | | | | | Removed portability warnings from Automake. Removed *.eo.hh from BUILT_SOURCES. Fixed some redeclaration of variables. Added datarootdir and datadir to elementary.pc.in.
* Make *.eo files installed into eolian/includeAndrii Kroitor2014-05-271-0/+2
| | | | | | | | | | | | | Summary: This makes inheritance from elementary posible for widget developers Reviewers: cedric, seoz, raster CC: reutskiy.v.v Differential Revision: https://phab.enlightenment.org/D762 Conflicts: src/lib/Makefile.am
* deps removal - fix pc file to matchCarsten Haitzler (Rasterman)2013-11-121-1/+1
|
* elementary: hopefully the last one.Cedric BAIL2013-01-101-1/+1
| | | | SVN revision: 82530
* pkgconfig now says the pkgdatadir and themes directory.Gustavo Sverzut Barbieri2012-07-111-0/+2
| | | | SVN revision: 73579
* clean pc files to not have cflags in Cflags: of required libs - seemsCarsten Haitzler2012-05-231-1/+2
| | | | | | | | to work these days with pkg-config. SVN revision: 71353
* clean up toggle turds :)Carsten Haitzler2012-03-161-2/+0
| | | | SVN revision: 69478
* oops - EMAP_* still there. remove.Carsten Haitzler2011-12-191-3/+3
| | | | SVN revision: 66331
* include inclide/link lines in elementayr.pc of all dependencies toiCarsten Haitzler2011-12-191-3/+3
| | | | | | | | | make DSO system go shhhhh - dont have one to test so i may have gone a bit overboard :) SVN revision: 66330
* actually ONLy need 1 -ICarsten Haitzler2010-07-111-1/+1
| | | | SVN revision: 50182
* also conform to the includes in name-vmaj dir policyCarsten Haitzler2010-07-111-1/+1
| | | | SVN revision: 50181
* * use Requires.private field in elementary.pc if pkg-config 0.22 or later ↵Vincent Torri2009-10-031-4/+3
| | | | | | | | | is installed. We list in it the required packages needed to compile elementary. * remove uneeded flags that are in Libs.private and Cflags (those from the packages that are listed in Requires.private) SVN revision: 42866
* 1. efreet support.Carsten Haitzler2009-09-121-2/+3
| | | | | | | | | | | 2. edbus init - if u needit 3. efreet init - if u ned it 4. photo widget test/demo 5. icon desktop test... stuff! SVN revision: 42434
* add Windows XP supportVincent Torri2009-01-221-1/+1
| | | | SVN revision: 38701
* 1. add carousel start - does nothnig. ignore. copy of toolbar atm to start withCarsten Haitzler2009-01-131-1/+1
| | | | | | | | | | | | | | | | | | 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
* and now edbus headers are back (if found). als alloca.h is detected andCarsten Haitzler2008-12-191-2/+2
| | | | | | | | included from system headers SVN revision: 38217
* and vtorri's wince support for elementary. god forbid. we support windows! :)Carsten Haitzler2008-12-191-2/+2
| | | | SVN revision: 38214
* be able to build without x - so it should work on the fb.. and it does... atCarsten Haitzler2008-12-101-2/+2
| | | | | | | | | leats my mouse and keyboard do - and windows are fullscreen of course... and really you have a technical limit of 1 window... but hey! that's the fb! SVN revision: 38077
* Fix requirements.Cedric BAIL2008-10-161-0/+1
| | | | SVN revision: 36718
* add background pixmaps to elm - faster draw/redraw on embedded :) (well..Carsten Haitzler2008-10-161-2/+2
| | | | | | | | expose events are less of a problem with latency. let's see how it looks). SVN revision: 36715
* elementary becomes its own tree/lib/test binaryCarsten Haitzler2008-09-301-0/+11
SVN revision: 36343