summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxdmcp_1.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxdmcp_1.0.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxdmcp_1.0.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxdmcp_1.0.3.bb b/meta/recipes-graphics/xorg-lib/libxdmcp_1.0.3.bb
new file mode 100644
index 0000000000..b1648fbf38
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxdmcp_1.0.3.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "X Display Manager Control Protocol library"
2
3require xorg-lib-common.inc
4
5LICENSE = "MIT-style"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123"
7
8DEPENDS += "xproto"
9PROVIDES = "xdmcp"
10
11PR = "r0"
12PE = "1"
13
14DEPENDS += "gettext"
15
16XORG_PN = "libXdmcp"
17
18BBCLASSEXTEND = "native nativesdk"