blob: 109c5b5615fac9d50a0c4ed49808424f3c9f7ced (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require xorg-lib-common.inc
PE = "1"
DESCRIPTION = "X Display Manager Control Protocol library."
PRIORITY = "optional"
DEPENDS += " xproto"
PROVIDES = "xdmcp"
XORG_PN = "libXdmcp"
|