summaryrefslogtreecommitdiffstats
path: root/rules/libuuid.in
blob: 88b175520384a2949d289fbfd302987793b9c87a (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
	select UTIL_LINUX_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 (more recent version)