Skip to content

Commit

Permalink
Fix RPM package installation conflict with vulkan-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
JaxLinAMD committed Dec 15, 2021
1 parent 367188b commit 38aa59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/XglPackaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ function(generatePackageTarget)
set(CPACK_RPM_PACKAGE_DESCRIPTION "${PACKAGE_DESCRIPTION}")
set(CPACK_RPM_PACKAGE_GROUP "System Environment/Libraries")
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "/etc/vulkan;/etc/vulkan/icd.d;/etc/vulkan/implicit_layer.d")
execute_process(COMMAND ${lsb_release_exec} -rs
OUTPUT_VARIABLE lsb_release_number
OUTPUT_STRIP_TRAILING_WHITESPACE)
Expand Down

0 comments on commit 38aa59b

Please sign in to comment.