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

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