exclude omx when performing GST build (#11)
This commit is contained in:
parent
310b346b3c
commit
88f71b813a
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user