diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:50:18 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:50:18 +0000 |
commit | 2ebb22650518813e63477bf3683921766b074b00 (patch) | |
tree | c088bcb0ce6caabe2cba402275b92ed7d68adf87 /meta/packages/xorg-lib/libxdmcp_1.0.2.bb | |
parent | 3605bd7a21df3781edd5dc463a56e5767befce89 (diff) | |
download | poky-2ebb22650518813e63477bf3683921766b074b00.tar.gz |
libxdmcp:added 1.0.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1650 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/libxdmcp_1.0.2.bb')
-rw-r--r-- | meta/packages/xorg-lib/libxdmcp_1.0.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxdmcp_1.0.2.bb b/meta/packages/xorg-lib/libxdmcp_1.0.2.bb new file mode 100644 index 0000000000..109c5b5615 --- /dev/null +++ b/meta/packages/xorg-lib/libxdmcp_1.0.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require xorg-lib-common.inc | ||
2 | PE = "1" | ||
3 | |||
4 | DESCRIPTION = "X Display Manager Control Protocol library." | ||
5 | PRIORITY = "optional" | ||
6 | |||
7 | DEPENDS += " xproto" | ||
8 | PROVIDES = "xdmcp" | ||
9 | |||
10 | XORG_PN = "libXdmcp" | ||
11 | |||