exclude omx when performing GST build (#11)

This commit is contained in:
rhysmorgan134 2020-08-09 23:47:05 +01:00 committed by GitHub
parent 310b346b3c
commit 88f71b813a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()