Start breaking out vulkan support.
This commit is contained in:
parent
2fc8ab038e
commit
7d9bcf01c6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if [ "${OPENGLES_SUPPORT}" = yes ]; then
|
|||
-DUSE_GLES=ON"
|
||||
fi
|
||||
|
||||
if [ "${ARCH}" = "x86_64" ]
|
||||
if [ "${VULKAN_SUPPORT}" = "yes" ]
|
||||
then
|
||||
PKG_DEPENDS_TARGET+=" vulkan-loader vulkan-headers"
|
||||
PKG_CMAKE_OPTS_TARGET+=" -DUSE_VULKAN=ON"
|
||||
|
|
Loading…
Reference in a new issue