Include xcb libraries in distributed packages
Unfortunately, this has become necessary due to Arch Linux's libxcb packages breaking ABI...
This commit is contained in:
parent
427a1774a6
commit
4a0946ce03
@ -3,6 +3,9 @@ function(gp_resolved_file_type_override resolved_file type_var)
|
||||
if(resolved_file MATCHES "^/usr/lib/libQt")
|
||||
message("resolving ${resolved_file} as other")
|
||||
set(${type_var} other PARENT_SCOPE)
|
||||
elseif(resolved_file MATCHES "^/usr/lib/libxcb")
|
||||
message("resolving ${resolved_file} as other")
|
||||
set(${type_var} other PARENT_SCOPE)
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user