package/libcamera: fix install staging typo

This won't enable install to staging unless capitalized.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020.08.x
James Hilliard 2020-07-05 19:09:52 -06:00 committed by Yann E. MORIN
parent c5b5b5ccab
commit b6141b2aa1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ LIBCAMERA_CONF_OPTS = \
-Dandroid=false \
-Ddocumentation=false \
-Dtest=false
LIBCAMERA_INSTALL_STAGING = yes
LIBCAMERA_INSTALL_STAGING = YES
LIBCAMERA_LICENSE = \
LGPL-2.1+ (library), \
GPL-2.0+ (utils), \