mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/libgtk4: remove schema compile hook
Dropping the need for this package to compile any schemas as the
libglib2 package (a dependency) already handles this during target
finalization.
Signed-off-by: James Knight <git@jdknight.me>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 2fb684fd68)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
a9486e7a03
commit
af1ec702c5
@@ -79,12 +79,6 @@ else
|
||||
LIBGTK4_CONF_OPTS += -Dbuild-demos=false -Dbuild-examples=false
|
||||
endif
|
||||
|
||||
define LIBGTK4_COMPILE_GLIB_SCHEMAS
|
||||
$(HOST_DIR)/bin/glib-compile-schemas \
|
||||
$(TARGET_DIR)/usr/share/glib-2.0/schemas
|
||||
endef
|
||||
LIBGTK4_POST_INSTALL_TARGET_HOOKS += LIBGTK4_COMPILE_GLIB_SCHEMAS
|
||||
|
||||
# here, we build a native gtk4-update-icon-cache as host-libgtk4
|
||||
|
||||
HOST_LIBGTK4_DEPENDENCIES = \
|
||||
|
||||
Reference in New Issue
Block a user