just do sh autogen.sh --prefix=$PREFIX --with-gdktarget=directfb --without-x --enable-static
( "--with-gdktarget=directfb" ) is the key option, and use sources from CVS as gtk team released a 2.10.4 with a broken dfb backend :( anmd Lecca Luis wrote: > > > #./configure --prefix=$PREFIX --enable-static --without-x --enable-fbmanager > --e > nable-debug=no --with-xinput=no > > #export > output > ... > declare -x LD_LIBRARY_PATH="/usr/gtkdfb/lib" > declare -x PREFIX="/usr/gtkdfb" > declare -x PKG_CONFIG_PATH="/usr/gtkdfb/lib/pkgconfig" > > my sources are in /usr/local/src/. > /gtk.. > /cairo > ... > > Thanks Attillio, > Luis :) > > > -----Original Message----- > From: Attilio Fiandrotti [mailto:[EMAIL PROTECTED] > Sent: Monday, September 25, 2006 5:10 PM > To: Lecca Luis > Subject: Re: [directfb-users] Could anybody help me with this ? > > > Exactly, what's the configure string you're using? > > Lecca Luis wrote: > >> Hello: >> Im trying to build an static GTKDFB lib. >> >> I do http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB with > > libs > >>lastest version but when I >> use --without-x --with-xinput=no --with-xkb=no in ./configure I got the >>message: >> >> checking for X... disabled >> Configure: error: X development libreries not found >> >> Ref. http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB >> >> Why it checks for X if I dont want it? Its a bug? Any Idea ? >> I have tryed to edit configure file but there are a lot references to X11 to >>comment... >> >> Thanks in advance, >> Luis. >> >> >> >> >>_______________________________________________ >>directfb-users mailing list >>[email protected] >>http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users >> > > > > > > _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
