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
|
openauto
|
||||||
)
|
)
|
||||||
|
|
||||||
if(RPI_BUILD)
|
if(RPI_BUILD AND NOT GST_BUILD)
|
||||||
target_link_libraries(autoapp omx)
|
target_link_libraries(autoapp omx)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user