mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-09 04:13:22 +00:00
13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
diff --git a/vtest/vtest_protocol.h b/vtest/vtest_protocol.h
|
|
--- a/vtest/vtest_protocol.h
|
|
+++ b/vtest/vtest_protocol.h
|
|
@@ -25,7 +25,7 @@
|
|
#ifndef VTEST_PROTOCOL
|
|
#define VTEST_PROTOCOL
|
|
|
|
-#define VTEST_DEFAULT_SOCKET_NAME "/tmp/.virgl_test"
|
|
+#define VTEST_DEFAULT_SOCKET_NAME "@TERMUX_PREFIX@/tmp/.virgl_test"
|
|
|
|
#ifdef VIRGL_RENDERER_UNSTABLE_APIS
|
|
#define VTEST_PROTOCOL_VERSION 3
|