Blame view

buildroot/buildroot-2016.08.1/package/x11r7/xdriver_xf86-input-evdev/Config.in 427 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
  config BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV
  	bool "xf86-input-evdev"
  	depends on BR2_PACKAGE_HAS_UDEV # libudev is configure dependency
  	select BR2_PACKAGE_LIBEVDEV
  	select BR2_PACKAGE_MTDEV
  	select BR2_PACKAGE_XPROTO_INPUTPROTO
  	select BR2_PACKAGE_XPROTO_RANDRPROTO
  	select BR2_PACKAGE_XPROTO_XPROTO
  	help
  	  Generic Linux input driver
  
  comment "xf86-input-evdev requires udev to be enabled"
  	depends on !BR2_PACKAGE_HAS_UDEV