Hi all, I used to use a makefile from buildroot to build Directfb 0.9.25.1 this file used the version number everywhere (0.9.25.1) to create paths and directories etc.
I have just tried this on DirectFB-1.0.0 and have noticed is does not work, When I investigated further it would appear that the configure script has changed the following variable from: BINARY_VERSION=$DIRECTFB_MAJOR_VERSION.$DIRECTFB_MINOR_VERSION.$LT_CURRENT to: BINARY_VERSION=$DIRECTFB_MAJOR_VERSION.$DIRECTFB_MINOR_VERSION.$LT_CURRENT This is then used by MODULEDIRNAME=directfb-$BINARY_VERSION So now Directfb version 1.0.0 installs into directories called 1.0-0 I have never understood configure etc so was wondering if there was a reason for this change? Cheers Dan -- View this message in context: http://www.nabble.com/DirectFB-1.0.0-install-directories.-tf3153744.html#a8745169 Sent from the DirectFB Dev mailing list archive at Nabble.com. _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
