Skip to content
Snippets Groups Projects
Commit f3cae1c6 authored by Markus Blatt's avatar Markus Blatt
Browse files

Make modules in list unique and sorted!

[[Imported from SVN: r6399]]
parent 453feff6
No related branches found
No related tags found
No related merge requests found
...@@ -148,6 +148,10 @@ export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$(canonicalpath $0)/../lib/pkgconfig" ...@@ -148,6 +148,10 @@ export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$(canonicalpath $0)/../lib/pkgconfig"
# search for modules, both installed and src modules # search for modules, both installed and src modules
find_modules_in_path find_modules_in_path
# sort modules to remove duplicates
sort_modules $FOUND_MODULES
FOUND_MODULES=$MODULES
# get the real module names # get the real module names
MODULES="" MODULES=""
for i in $FOUND_MODULES; do for i in $FOUND_MODULES; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment