diff options
Diffstat (limited to 'recipes/xorg-lib/libxdmcp_1.0.3.bb')
-rw-r--r-- | recipes/xorg-lib/libxdmcp_1.0.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxdmcp_1.0.3.bb b/recipes/xorg-lib/libxdmcp_1.0.3.bb new file mode 100644 index 0000000000..0aa95b4677 --- /dev/null +++ b/recipes/xorg-lib/libxdmcp_1.0.3.bb @@ -0,0 +1,9 @@ +require xorg-lib-common.inc + +DESCRIPTION = "X Display Manager Control Protocol library" +DEPENDS += "xproto" +PROVIDES = "xdmcp" +PR = "r1" +PE = "1" + +XORG_PN = "libXdmcp" |