Re: [E-devel] [PATH] add build theme option in configure.in

2009-04-16 Thread Lars Munch
On Sun, Mar 22, 2009 at 03:07:20PM +1100, Carsten Haitzler wrote: > On Sat, 21 Mar 2009 13:11:46 +0100 Nicolas Aguirre > said: > > > Hi, > > This patch add an option in configure to enable/disable theme build. It's > > usefull when you cross compile elementary and your host doesn't have > > edje_

Re: [E-devel] [PATH] add build theme option in configure.in

2009-03-23 Thread The Rasterman
On Mon, 23 Mar 2009 09:32:15 +0100 Nicolas Aguirre said: > On Mon, Mar 23, 2009 at 9:16 AM, Carsten Haitzler wrote: > > > > > you should pay attention to openembedded. many bits of software require > > running > > of tools during build that are not always "gcc" and "make". openembedded > > has >

Re: [E-devel] [PATH] add build theme option in configure.in

2009-03-23 Thread Nicolas Aguirre
On Mon, Mar 23, 2009 at 9:16 AM, Carsten Haitzler wrote: > > you should pay attention to openembedded. many bits of software require > running > of tools during build that are not always "gcc" and "make". openembedded > has > the concept of "native" packages. build a "native" version of the > depe

Re: [E-devel] [PATH] add build theme option in configure.in

2009-03-23 Thread The Rasterman
On Mon, 23 Mar 2009 09:06:34 +0100 Nicolas Aguirre said: > On Sun, Mar 22, 2009 at 5:07 AM, Carsten Haitzler wrote: > > > > > as such... elementary wont work without its default theme - unless you have > > a > > complete replacement for it that is 100% complete - it's a good idea not to > > disa

Re: [E-devel] [PATH] add build theme option in configure.in

2009-03-23 Thread Nicolas Aguirre
On Sun, Mar 22, 2009 at 5:07 AM, Carsten Haitzler wrote: > > as such... elementary wont work without its default theme - unless you have > a > complete replacement for it that is 100% complete - it's a good idea not to > disable it or the build - changes in elm's code will also be accompanied by >

Re: [E-devel] [PATH] add build theme option in configure.in

2009-03-21 Thread The Rasterman
On Sat, 21 Mar 2009 13:11:46 +0100 Nicolas Aguirre said: > Hi, > This patch add an option in configure to enable/disable theme build. It's > usefull when you cross compile elementary and your host doesn't have > edje_cc. (it's the case in GeexBox toolchain) > Default behaviour build the theme. a

Re: [E-devel] [PATH] add build theme option in configure.in

2009-03-21 Thread Gustavo Sverzut Barbieri
On Sat, Mar 21, 2009 at 9:11 AM, Nicolas Aguirre wrote: > Hi, > This patch add an option in configure to enable/disable theme build. It's > usefull when you cross compile elementary and your host doesn't have > edje_cc. (it's the case in GeexBox toolchain) > Default behaviour build the theme. whe