diff options
Diffstat (limited to 'conf/fragments/graphics/vulkan.conf')
| -rw-r--r-- | conf/fragments/graphics/vulkan.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/fragments/graphics/vulkan.conf b/conf/fragments/graphics/vulkan.conf new file mode 100644 index 000000000..c2599a762 --- /dev/null +++ b/conf/fragments/graphics/vulkan.conf | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # Vulkan Configuration Fragment | ||
| 2 | # | ||
| 3 | # This fragment enables the Vulkan graphics API in the build. | ||
| 4 | |||
| 5 | BB_CONF_FRAGMENT_SUMMARY = "Enable Vulkan graphics API" | ||
| 6 | BB_CONF_FRAGMENT_DESCRIPTION = "Enables Vulkan support in the build by adding vulkan to DISTRO_FEATURES." | ||
| 7 | |||
| 8 | DISTRO_FEATURES:append = " vulkan" | ||
