mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
parent
5830fc48bf
commit
c86d15df92
1 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,8 @@ dependencies:
|
||||||
x.org/xinerama: ^1.1
|
x.org/xinerama: ^1.1
|
||||||
x.org/xcursor: ^1.2
|
x.org/xcursor: ^1.2
|
||||||
xkbcommon.org: ^1.6
|
xkbcommon.org: ^1.6
|
||||||
|
github.com/KhronosGroup/Vulkan-Loader: ^1
|
||||||
|
github.com/google/shaderc: ^2023
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -61,7 +63,7 @@ build:
|
||||||
- -Dx11-backend=false
|
- -Dx11-backend=false
|
||||||
- -Dmacos-backend=true
|
- -Dmacos-backend=true
|
||||||
DESTDIR: /
|
DESTDIR: /
|
||||||
XML_CATALOG_FILES: "{{prefix}}/etc/xml/catalog"
|
XML_CATALOG_FILES: '{{prefix}}/etc/xml/catalog'
|
||||||
CPPFLAGS:
|
CPPFLAGS:
|
||||||
- -DG_DISABLE_ASSERT
|
- -DG_DISABLE_ASSERT
|
||||||
- -DG_DISABLE_CAST_CHECKS
|
- -DG_DISABLE_CAST_CHECKS
|
||||||
|
|
Loading…
Reference in a new issue