The way kdesrc-build handles letting users type "use-modules frameworks" and getting everything in frameworks/* back is by implementing the wildcard search in the KDE XML reader that parses kde_projects.xml. This uses a two-pass search for simple names, looking for 'name/*' and 'name'. This results in duplicates, which are normally OK due to other features in kdesrc-build that prevent duplicate modules from making it into the build list. However a feature I'm implementing was made much more difficult by this; easier instead just to prevent finding dups in the first place.wilder
parent
6e05bb60f1
commit
3821990bac
1 changed files with 16 additions and 8 deletions
Loading…
Reference in new issue