diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:50:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:50:23 +0000 |
commit | 89f7050cbdb375912f4e9403671fd57c58a158d7 (patch) | |
tree | d7b3cc80230578aeb9e9e02a2a59037898a39174 /meta | |
parent | 2ebb22650518813e63477bf3683921766b074b00 (diff) | |
download | poky-89f7050cbdb375912f4e9403671fd57c58a158d7.tar.gz |
libxdmcp-native:added 1.0.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1651 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb b/meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb new file mode 100644 index 0000000000..2438a7b599 --- /dev/null +++ b/meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SECTION = "x11/libs" | ||
2 | PRIORITY = "optional" | ||
3 | LICENSE = "BSD-X" | ||
4 | PE = "1" | ||
5 | |||
6 | DEPENDS = "xproto-native util-macros-native" | ||
7 | |||
8 | SRC_URI = "${XORG_MIRROR}/individual/lib/libXdmcp-${PV}.tar.bz2" | ||
9 | S = "${WORKDIR}/libXdmcp-${PV}" | ||
10 | |||
11 | inherit native autotools pkgconfig | ||