mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 10:16:18 +00:00
c16def7032
* Switch: it builds * Switch: Use udev to finalize usb gadget to save from systemd looping service restart until cable connected. * Switch: Update kernel stuff again * Switch: Downgrade Alsa packages to version in 4.x tree * Joycond: Update Switch version * Switch: Minor fixes * LibreELEC: Fix a few broken files from upstream pull * Switch: Fix LibreELEC build. * Switch: Update bootloader stuff * L4T: FFMPEG: Add support for nvv4l2 decoder/encoder * FFMPEG: Add back encoder support for game recording in retroarch * FFMPEG: revert a few changes, and add support for vulkan.
15 lines
694 B
Makefile
15 lines
694 B
Makefile
PKG_NAME="vulkan-loader"
|
|
PKG_VERSION="1.2.187"
|
|
PKG_SHA256="8edd4b119deec9b28d9618a1f6209e7fb627023a61bbbd56c1121e16dd77f872"
|
|
PKG_LICENSE="Apache 2.0"
|
|
PKG_SITE="https://www.khronos.org"
|
|
PKG_URL="https://github.com/KhronosGroup/Vulkan-Loader/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain cmake:host Python3 vulkan-headers xrandr"
|
|
PKG_LONGDESC="Vulkan Installable Client Driver (ICD) Loader."
|
|
|
|
PKG_CMAKE_OPTS_TARGET="-DBUILD_WSI_WAYLAND_SUPPORT=off \
|
|
-DVulkanHeaders_INCLUDE_DIR=${SYSROOT_PREFIX}/usr/include \
|
|
-DBUILD_WSI_XCB_SUPPORT=on \
|
|
-DBUILD_WSI_XLIB_SUPPORT=on \
|
|
-DBUILD_TESTS=off"
|