KDE on Windows- Flash Drive
Alexander Neundorf
neundorf at kde.org
Sat Aug 16 14:11:58 CEST 2008
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
More information about the Kde-windows
mailing list