mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
28ef9ebcad
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
13 lines
372 B
Diff
13 lines
372 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 4308d73d..0081d536 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -219,6 +219,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)
|