mirror of
https://github.com/openwrt/packages.git
synced 2025-07-03 06:47:40 +00:00
Some applications using Glib2 require using glib_compile_schemas during build and deduct the path of that executable via pkg-config. This currently fails as the path is not fixed in gio.pc. Fix that by adding glib_compile_schemas to the sed expression taking care of applying prefix_hostpkg. Signed-off-by: Daniel Golle <daniel@makrotopia.org>