the configure.in script checks for evas, ecore, and imlib2 but doesnt check
for edje even though it's used in src/container/container.h ...
-mike
pgp0.pgp
Description: signature
On Sat, 18 Oct 2003 05:53:12 -0400 Mike Frysinger <[EMAIL PROTECTED]> babbled:
> unlike most of the other e17 packages which makes calls to AC_PATH_PROG in
> order to setup cflag/lib information for efl, etcher just does:
> evas_cflags=`evas-config --cflags`
> evas_libs=`evas-confi
Carsten Haitzler <[EMAIL PROTECTED]> [2003-06-01 13:46]:
> > Honestly, i'd like to make it clear. If i scroll wheel forward (xev
> > shows 5th button press), usually things go to it's top.
>
> to date allmy experiences have been button 4 = up, button 5 = down. it's pretty
> arbitary. 1 = going u
unlike most of the other e17 packages which makes calls to AC_PATH_PROG in
order to setup cflag/lib information for efl, etcher just does:
evas_cflags=`evas-config --cflags`
evas_libs=`evas-config --libs`
also, configure.in doesnt do a check and/or have any information about ebits
even though sr