mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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>
This commit is contained in:
committed by
Yann E. MORIN
parent
c5b5b5ccab
commit
b6141b2aa1
@@ -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), \
|
||||
|
||||
Reference in New Issue
Block a user