Skip to content

Commit

Permalink
Update runtime version to 23.08 (#17)
Browse files Browse the repository at this point in the history
* Update runtime version to 23.08

* Oro in the vkBasalt, what will she do?

* (she goofed up)

---------

Co-authored-by: Dallas Strouse <[email protected]>
  • Loading branch information
TheEvilSkeleton and orowith2os committed Sep 27, 2023
1 parent de46fce commit e184bcf
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion org.freedesktop.Platform.VulkanLayer.vkBasalt.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: org.freedesktop.Platform.VulkanLayer.vkBasalt
default-branch: '22.08'
default-branch: '23.08'
sdk: org.freedesktop.Sdk
runtime: org.freedesktop.Platform
runtime-version: '23.08'
Expand All @@ -11,9 +11,28 @@ sdk-extensions:
build-options:
prefix: /usr/lib/extensions/vulkan/vkBasalt
prepend-path: /usr/lib/extensions/vulkan/vkBasalt/bin
env:
C_INCLUDE_PATH: /usr/lib/extensions/vulkan/vkBasalt/include
CPLUS_INCLUDE_PATH: /usr/lib/extensions/vulkan/vkBasalt/include
strip: true
modules:

- name: spirv-headers
buildsystem: cmake-ninja
builddir: true
config-opts:
- -DSPIRV_SKIP_EXECUTABLES=ON
cleanup:
- /bin
sources:
- type: git
url: https://github.com/KhronosGroup/SPIRV-Headers.git
tag: sdk-1.3.261.1
commit: 124a9665e464ef98b8b718d572d5f329311061eb
x-checker-data:
type: git
tag-pattern: ^sdk-([\d.]+)$

- name: vkBasalt
post-install:
- install -Dm644 ../config/vkBasalt.conf ${FLATPAK_DEST}/etc/vkBasalt/vkBasalt.conf
Expand Down

0 comments on commit e184bcf

Please sign in to comment.