]> git.tdb.fi Git - libs/gui.git/blobdiff - Build
Add functions to look up subdevices of composite input devices
[libs/gui.git] / Build
diff --git a/Build b/Build
index d9d7fc73ac6c795094bcc672a74999b253d2d20c..6069ada557da19a75053dd630cb458ee7a255b8a 100644 (file)
--- a/Build
+++ b/Build
@@ -84,6 +84,15 @@ package "mspgui"
                };
        };
 
+       feature "vulkan" "Include support for Vulkan contexts"
+       {
+               default "no";
+       };
+       if_feature "vulkan"
+       {
+               require "vulkan";
+       };
+
        if_arch "!windows & !darwin & !android"
        {
                feature "xrandr" "Include support for video mode switching with XRandR"
@@ -155,6 +164,10 @@ package "mspgui"
                        {
                                overlay "glx";
                        };
+                       if_feature "vulkan"
+                       {
+                               overlay "vkxlib";
+                       };
                };
                overlay "generic";
                install true;