summaryrefslogtreecommitdiffstats
path: root/rules/libdrm.in
blob: bc9ae92ccbfcc584f4b118d19ee3483102d2bee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=multimedia_xorg_support_libs

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

if LIBDRM

config LIBDRM_INTEL
	bool
	prompt "intel KMS support"

endif