summaryrefslogtreecommitdiffstats
path: root/rules/libblkid.in
blob: fdff17c7884ee7a64a7507dc4122d16a24310927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=system_libraries

config LIBBLKID
	tristate
	select VIRTUAL
	select LIBUUID
	select UTIL_LINUX_NG
	select UTIL_LINUX_NG_LIBBLKID
	help
	  Helper to select the target packet containing a recent libblkid.so
	  library and its header.
	  
	  The following packages provide libblkid:
	  - e2fsprogs      (older version)
	  - utils-linux-ng (more recent version)