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:
Peter Korsgaard
2024-09-14 09:19:20 +02:00
committed by Thomas Petazzoni
parent 2b6c3cc6d0
commit 1a61cfda1e

View File

@@ -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 \