diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index fd30be288b..a24a2f3450 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -104,7 +104,7 @@ define Build/InstallDev $(foreach BIN,glib_genmarshal glib_mkenums, $(SED) 's/^$(BIN)=$$$${bindir}\/\(.*\)/$(BIN)=$$$${prefix_hostpkg}\/bin\/\1/' $(1)/usr/lib/pkgconfig/glib-2.0.pc ) - $(foreach BIN,glib_compile_resources gdbus_codegen, + $(foreach BIN,glib_compile_resources glib_compile_schemas gdbus_codegen, $(SED) 's/^$(BIN)=$$$${bindir}\/\(.*\)/$(BIN)=$$$${prefix_hostpkg}\/bin\/\1/' $(1)/usr/lib/pkgconfig/gio-2.0.pc )