Include ICU in distributed builds.

This commit is contained in:
Forkk 2014-05-01 13:48:09 -05:00
parent 3d8f6ac640
commit b3f717c582

View File

@ -6,6 +6,9 @@ function(gp_resolved_file_type_override resolved_file type_var)
elseif(resolved_file MATCHES "^/usr/lib(.+)?/libxcb")
message("resolving ${resolved_file} as other")
set(${type_var} other PARENT_SCOPE)
elseif(resolved_file MATCHES "^/usr/lib(.+)?/libicu")
message("resolving ${resolved_file} as other")
set(${type_var} other PARENT_SCOPE)
endif()
endfunction()