Hi Leo, [...] >>It seems that you've dropped the sym file. Is that intentional, can we get it >>back >>please ? >> > I will get it back. > What's the purpose of this sym file? Thanks. > It can be used for two purposes - version/tag exported symbols, manager exported/private symbols. We use the latter, otherwise our libraries will export functions which they should not. Mostly llvm symbols plus a few other which cannot be easily fixed otherwise.
>>> +dnl Directory for VA libs >>> + >>> +AC_ARG_WITH([va-libdir], >>> + [AS_HELP_STRING([--with-va-libdir=DIR], >>> + [directory for the VA libraries @<:@default=`pkg-config libva -- >>variable=driverdir`@:>@])], >>> + [VA_LIB_INSTALL_DIR="$withval"], >>> + [VA_LIB_INSTALL_DIR=`pkg-config libva --variable=driverdir`]) >>> +AC_SUBST([VA_LIB_INSTALL_DIR]) >>> + >>The above hunk has silently changed since v2 and I'm not sure this one is >>better. >>Also there is a discussion about mesa's use of the above pkg-config to set the >>destination/install dir. I'll amend mesa at a later stage once a decision is >>made :) >> > So, Can I just keep it like this for now? > I meant the complete opposite, but don't bother. Most likely I'll redo this in a day or so. -Emil _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev