mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
imx-gpu-viv: add a missing backslash
[Peter: add semicolon and || exit 1 to catch failures] Signed-off-by: Laurent Hartanerot <laurent.hartanerot@atos.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
73722908f2
commit
06a5d193ed
@ -79,7 +79,7 @@ endif
|
|||||||
ifeq ($(IMX_GPU_VIV_LIB_TARGET),x11)
|
ifeq ($(IMX_GPU_VIV_LIB_TARGET),x11)
|
||||||
define IMX_GPU_VIV_FIXUP_PKGCONFIG
|
define IMX_GPU_VIV_FIXUP_PKGCONFIG
|
||||||
for lib in egl gbm glesv1_cm glesv2 vg; do \
|
for lib in egl gbm glesv1_cm glesv2 vg; do \
|
||||||
ln -sf $${lib}_x11.pc $(@D)/gpu-core/usr/lib/pkgconfig/$${lib}.pc
|
ln -sf $${lib}_x11.pc $(@D)/gpu-core/usr/lib/pkgconfig/$${lib}.pc || exit 1; \
|
||||||
done
|
done
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user