Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> schrieb am 25.05.05
07:48:40:
>
> On Wed, 25 May 2005 01:01:12 +0200 "Eduard Feicho" <[EMAIL PROTECTED]>
> babbled:
>
> > Hello,
> > I have been running e17 on NetBSD for a while now, but
> > after updating I get weird messages from it:
> >
On Thu, 2005-05-26 at 13:40 +0200, jonathan naumann wrote:
> i have updateed my e17 yesterday evening ... since that, it crahes
> every time when i open the dektopmenu...
I have the same problem.
Even after deleting ~/.e
Austin
---
This SF.Ne
Thanks for the patch Simon, it's in dev CVS now.
On 5/26/05, Simon Poole <[EMAIL PROTECTED]> wrote:
> Simon Poole wrote:
> > The pkgconfig file, ewl.pc, currently reports Emotion as a dependency
> > whether or not EWL was compiled with Emotion support. This causes apps
> > that build with pkgconf
On Thu, 2005-05-26 at 13:40 +0200, jonathan naumann wrote:
> i have updateed my e17 yesterday evening ... since that, it crahes
> every time when i open the dektopmenu...
>
>
Are you still running the default theme? I had that problem when I
copied the default theme over to my personal themes di
i have updateed my e17 yesterday evening ... since that, it crahes
every time when i open the dektopmenu...
---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high
Simon Poole wrote:
The pkgconfig file, ewl.pc, currently reports Emotion as a dependency
whether or not EWL was compiled with Emotion support. This causes apps
that build with pkgconfig to not recognise that complete EWL support is
present.
The attached patch fixes this behaviour.
Forgot
www.appliancestudio.com
--- ewl-20050526.orig/configure.in 2005-05-07 07:01:18.0 +0100
+++ ewl-20050526/configure.in 2005-05-26 09:44:52.136292568 +0100
@@ -236,6 +236,8 @@
edje_cflags=`$EDJE_CONFIG --cflags`
edje_libs=`$EDJE_CONFIG --libs`
+requirements="evas ecore edb edje"
+