summaryrefslogtreecommitdiffstats
path: root/rules/libdrm.in
blob: b10a3963881c85d5e7b9d1d8813be4325dd50b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## SECTION=multimedia_xorg_support_libs

menuconfig LIBDRM
	tristate
	prompt "libdrm                        "
	select LIBC_RT
	select UDEV
	select LIBPTHREAD_STUBS
	select LIBPCIACCESS	if LIBDRM_INTEL
	help
	  This library provides an user-level interface to the DRM
	  device. It is needed for x.org.

if LIBDRM

config LIBDRM_LIBKMS
	bool
	prompt "build libkms"

config LIBDRM_INTEL
	bool
	prompt "intel KMS support"

endif