mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
14 lines
387 B
Diff
14 lines
387 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 6c7956b4c..633fb6f72 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -205,6 +205,7 @@ option(BUILD_TESTING "Enable building of the test suite?" ON)
|
|
if(EXISTS "$ENV{HOME}/.steam/root")
|
|
set(XRT_HAVE_STEAM YES)
|
|
endif()
|
|
+set(XRT_HAVE_STEAM YES)
|
|
|
|
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
|
set(XRT_HAVE_INTERNAL_HID ON)
|
|
|