summaryrefslogtreecommitdiffstats
path: root/conf/fragments/graphics/vulkan.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/fragments/graphics/vulkan.conf')
-rw-r--r--conf/fragments/graphics/vulkan.conf8
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
5BB_CONF_FRAGMENT_SUMMARY = "Enable Vulkan graphics API"
6BB_CONF_FRAGMENT_DESCRIPTION = "Enables Vulkan support in the build by adding vulkan to DISTRO_FEATURES."
7
8DISTRO_FEATURES:append = " vulkan"