Without this dependency, building libgudev fails with make[1]: Entering directory '/home/rsc/ptx-git/DistroKit/platform-beaglebone/build-target/libgudev-230' GEN gudev/gudevenumtypes.c /bin/bash: glib-mkenums: command not found
Signed-off-by: Robert Schwebel <[email protected]> --- rules/libgudev.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libgudev.in b/rules/libgudev.in index f43f005..4e79bb3 100644 --- a/rules/libgudev.in +++ b/rules/libgudev.in @@ -4,6 +4,7 @@ config LIBGUDEV tristate select VIRTUAL if SYSTEMD = n select GLIB if SYSTEMD + select HOST_GLIB select UDEV select UDEV_LIBUDEV select UDEV_LIBGUDEV if SYSTEMD = n -- 2.8.1 _______________________________________________ ptxdist mailing list [email protected]
