The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/wmr: make wmr_config_key static

OpenHMD has a global variable wmr_config_key too which is exported in some
build configurations, causing Monado to fail linking openhmd and the wmr
driver together.

authored by

Christoph Haag and committed by
Jakob Bornecrantz
01c6e4ed 22d9d97e

+1 -1
+1 -1
src/xrt/drivers/wmr/wmr_config_key.h
··· 9 9 */ 10 10 11 11 // clang-format off 12 - const uint8_t wmr_config_key[] = 12 + static const uint8_t wmr_config_key[] = 13 13 { 14 14 0x2F, 0xC8, 0x0F, 0x38, 0xDD, 0x00, 0xF6, 0x5C, 0xA1, 0x31, 0xEF, 0xF1, 0xEA, 0x6F, 0xA0, 0xF8, 15 15 0x26, 0xB5, 0x9B, 0x39, 0xCF, 0x3A, 0x88, 0xC8, 0x2E, 0x17, 0xC0, 0x63, 0x5B, 0x46, 0x27, 0xBB,