diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:51:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:51:23 +0000 |
commit | 655ac152fe81805bb3eb1e81cf484ae7061f0075 (patch) | |
tree | e07445b95aa53c399a15211382d0939ef0fe263d /meta/packages | |
parent | 9f0218d71a97f83fee699f14b857362eb455659b (diff) | |
download | poky-655ac152fe81805bb3eb1e81cf484ae7061f0075.tar.gz |
libxpm:added 3.5.6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1663 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-lib/libxpm_3.5.6.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxpm_3.5.6.bb b/meta/packages/xorg-lib/libxpm_3.5.6.bb new file mode 100644 index 0000000000..60779da43f --- /dev/null +++ b/meta/packages/xorg-lib/libxpm_3.5.6.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require xorg-lib-common.inc | ||
2 | PE = "1" | ||
3 | |||
4 | DESCRIPTION = "X Pixmap library." | ||
5 | PRIORITY = "optional" | ||
6 | LICENSE = "X-BSD" | ||
7 | |||
8 | DEPENDS += " xproto virtual/libx11 libxt libxext xextproto" | ||
9 | |||
10 | XORG_PN = "libXpm" | ||
11 | |||
12 | PACKAGES =+ "sxpm cxpm" | ||
13 | FILES_cxpm = "${bindir}/cxpm" | ||
14 | FILES_sxpm = "${bindir}/sxpm" | ||