summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xmu.in
blob: 0ab0b55c55e05256189a0ef4d56b0338c620b6f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=multimedia_xorg_lib

config XORG_LIB_XMU
	tristate
	prompt "libXmu"
	select XORG_LIB_XT
	select XORG_LIB_XEXT
	select XORG_PROTO_XEXT
	help
	  This library contains miscellaneous utilities and is not part of the
	  Xlib standard. It contains routines which only use public interfaces
	  so that it may be layered on top of any proprietary implementation of
	  Xlib or Xt.
	  It is intended to support clients in the MIT distribution; vendors
	  may choose not to distribute this library if they wish.  Therefore,
	  applications developers who depend on this library should be prepared
	  to treat it as part of their software base when porting.FIXME