diff --git a/autoapp/CMakeLists.txt b/autoapp/CMakeLists.txt index 19385e7..67946c8 100644 --- a/autoapp/CMakeLists.txt +++ b/autoapp/CMakeLists.txt @@ -21,7 +21,7 @@ target_link_libraries(autoapp openauto ) -if(RPI_BUILD) +if(RPI_BUILD AND NOT GST_BUILD) target_link_libraries(autoapp omx) endif()