Daniel Laird schrieb: > 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
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? The reason is that I want to keep binary compatible modules in the same directory. This means whenever binary compatibility breaks in the 1.0 line, it will become 1.0-1, 1.0-2... -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
