mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
12 lines
344 B
Diff
12 lines
344 B
Diff
--- a/src/virtio/vtest/vtest_protocol.h
|
|
+++ b/src/virtio/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
|