1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/vkoverhead/install.patch
psykose dfdb0a0562 testing/vkoverhead: new aport
https://github.com/zmike/vkoverhead
cpu overhead evaluator for vulkan drivers
2023-02-05 02:06:19 +01:00

12 lines
385 B
Diff

diff --git a/meson.build b/meson.build
index b92959f..48fb684 100644
--- a/meson.build
+++ b/meson.build
@@ -650,6 +650,7 @@ vkoverhead = executable(
include_directories : [inc_src, inc_vk, inc_util],
dependencies : [dep_thread, dep_m, dep_dl, dep_ws2_32, dep_atomic, dep_clock, dep_futex, idep_mesautilc11],
c_args: vk_c_args,
+ install: true,
)
foz_parse = executable(