Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Only use Hybris when available
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyasem authored and UniversalSuperBox committed May 25, 2021
1 parent 528721a commit a8f95a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/ubuntu/CMakeLists.txt
@@ -1,2 +1,4 @@
add_subdirectory(application)
add_subdirectory(hardware)
if(Hybris)
add_subdirectory(hardware)
endif()
4 changes: 3 additions & 1 deletion src/ubuntu/application/CMakeLists.txt
Expand Up @@ -14,7 +14,9 @@ include_directories(../../bridge)

add_subdirectory(common)
add_subdirectory(desktop)
add_subdirectory(touch)
if(Hybris)
add_subdirectory(touch)
endif()
add_subdirectory(testbackend)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11 -fPIC")
Expand Down

0 comments on commit a8f95a2

Please sign in to comment.