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

config LIBBLKID
	tristate
	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)