blob: ed54cee7dbea3b645462a7a8b636460b49f416d8 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | config BR2_PACKAGE_XLIB_LIBXCOMPOSITE
	bool "libXcomposite"
	default n
	select BR2_PACKAGE_XPROTO_COMPOSITEPROTO
	select BR2_PACKAGE_XLIB_LIBX11
	select BR2_PACKAGE_XLIB_LIBXEXT
	select BR2_PACKAGE_XLIB_LIBXFIXES
	select BR2_PACKAGE_XPROTO_XPROTO
	help
	  libXcomposite 0.3.1
	  X.Org Xcomposite library
 |