diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:50:33 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:50:33 +0000 |
commit | a3c2a8f15b89820a314c10debc39204dadc76ded (patch) | |
tree | 302eeea70fdd5f177d8f7f08ed2aa5a044807b86 /meta | |
parent | a71a9d732d3428e6a3ce4f3c475555f9f071d392 (diff) | |
download | poky-a3c2a8f15b89820a314c10debc39204dadc76ded.tar.gz |
libxext:added 1.0.3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1653 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-lib/libxext_1.0.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxext_1.0.3.bb b/meta/packages/xorg-lib/libxext_1.0.3.bb new file mode 100644 index 0000000000..a64067e2ad --- /dev/null +++ b/meta/packages/xorg-lib/libxext_1.0.3.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require xorg-lib-common.inc | ||
2 | PE = "1" | ||
3 | |||
4 | DESCRIPTION = "X Server Extension library" | ||
5 | PRIORITY = "optional" | ||
6 | |||
7 | DEPENDS += " xproto virtual/libx11 xextproto libxau" | ||
8 | PROVIDES = "xext" | ||
9 | |||
10 | XORG_PN = "libXext" | ||
11 | |||