Skip to content
Snippets Groups Projects
Commit 7b3d5e15 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

extended system excludes for linux packaging

parent e18ca6fd
No related branches found
No related tags found
No related merge requests found
......@@ -831,7 +831,7 @@ endfunction(copy_qt)
# function is_system_lib (Linux)
#=============================================================================
function(is_system_lib item system_var)
if(item MATCHES "ld-linux\\.|libexpat\\.|libgcc_s\\.|libglib\\.|/cmov/|libice\\.|libSM\\.|libX\\.|libg\\.|libGL\\.|libfontconfig\\.|libfreetype\\.|libdrm\\.|libxcb\\.|libICE\\.|libnvidia\\.|libc\\.")
if(item MATCHES "libc\\.|libstdc++\\.|libelf|ld-linux\\.|libexpat\\.|libgcc_s\\.|libglib\\.|/cmov/|libice\\.|libSM\\.|libX\\.|libg\\.|libGL\\.|libfontconfig\\.|libfreetype\\.|libdrm\\.|libxcb\\.|libICE\\.|libnvidia\\.|libc\\.")
set(${system_var} 1 PARENT_SCOPE)
else()
set(${system_var} 0 PARENT_SCOPE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment