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

config LIBBLKID
	tristate
	select LIBUUID
	select E2FSPROGS
	select E2FSPROGS_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)