# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/vulkan-loader/vulkan-loader.conf # Copyright (C) 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- pkginstalled wayland-protocols || var_append cmakeopt ' ' '-DBUILD_WSI_WAYLAND_SUPPORT=OFF' pkginstalled xorg-server || var_append cmakeopt ' ' '-DBUILD_WSI_XLIB_SUPPORT=OFF' pkginstalled libxcb || var_append cmakeopt ' ' '-DBUILD_WSI_XCB_SUPPORT=OFF' var_append cmakeopt ' ' '-DCMAKE_INSTALL_LIBDIR=$libdir' var_append GCC_WRAPPER_INSERT " " "-I/usr/X11/include" atstage cross && var_append cmakeopt ' ' '-DUSE_GAS=OFF' hook_add premake 5 'var_append PATH : "$PWD/loader"' hook_add premake 5 "mkdir -p $root$sysconfdir/vulkan/icd.d $root$datadir/vulkan/explicit_layer.d"