mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/libglib2: fix deferring typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 1a61cfda1e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -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