diff options
Diffstat (limited to 'package/libgudev/Config.in')
-rw-r--r-- | package/libgudev/Config.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/libgudev/Config.in b/package/libgudev/Config.in new file mode 100644 index 0000000000..9b64ffc4f9 --- /dev/null +++ b/package/libgudev/Config.in @@ -0,0 +1,22 @@ +config BR2_PACKAGE_LIBGUDEV + bool "libgudev" + depends on BR2_INIT_SYSTEMD + depends on BR2_USE_WCHAR # gettext + depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU # fork() + select BR2_PACKAGE_LIBGLIB2 + help + This library provides GObject bindings for libudev. It was + originally part of udev-extras, then udev, then systemd. + It's now a project on its own. Required for building some + programs that use udev, when using systemd. + + When systemd is not used, libgudev is directly provided by + eudev. + + https://wiki.gnome.org/Projects/libgudev + +comment "libgudev needs a toolchain w/ wchar, threads" + depends on BR2_USE_MMU + depends on BR2_INIT_SYSTEMD + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS |