mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/libglib2: fix deferring typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
2b6c3cc6d0
commit
1a61cfda1e
@@ -124,7 +124,7 @@ endef
|
||||
|
||||
# Compile schemas at target finalization since other packages install
|
||||
# them as well, and better do it in a central place.
|
||||
# It's used at run time so it doesn't matter defering it.
|
||||
# It's used at run time so it doesn't matter deferring it.
|
||||
define LIBGLIB2_COMPILE_SCHEMAS
|
||||
$(HOST_DIR)/bin/glib-compile-schemas \
|
||||
$(STAGING_DIR)/usr/share/glib-2.0/schemas \
|
||||
|
||||
Reference in New Issue
Block a user