On Saturday 16 August 2008, Patrick Spendrin wrote: > Ralf Habacker schrieb: ... > > The main task for such a goal would be to split the recent packages into > > packages for each application maybe along with splitted language > > packages. > > Alex made a nice patch for kde buildsystem so that this should be > possible easier soon. I will test the changes and maybe we can get them > into svn and cmake too?
Maybe the patch to cmake is actually not necessary. Shouldn't it be enough if you can do the following ? cmake -DDISABLE_ALL_OPTIONAL_SUBDIRS=TRUE -DBUILD_<some_subdir>=TRUE .. This would then disable all subdirs, except the ones enabled explicitely. This way you actually wouldn't have to know about all subdirs, you can say disable all, and enable only the known good ones. What do you think ? Alex _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
