diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-03-24 07:51:48 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-03-24 07:51:48 +0000 |
| commit | b783a3e2f6744692c80909a70c3674dd316204dc (patch) | |
| tree | f1e96b860f0c3accf06930f39c9b7d1c53c2bb9b /openembedded/packages/xlibs/xcomposite_1.0.1.bb | |
| parent | 63e2f3e549fa5ef0388f5e975ff166e287f64cf4 (diff) | |
| download | poky-b783a3e2f6744692c80909a70c3674dd316204dc.tar.gz | |
Move xlibs packages to xlibs/ as per changes in OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@335 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/xlibs/xcomposite_1.0.1.bb')
| -rw-r--r-- | openembedded/packages/xlibs/xcomposite_1.0.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/openembedded/packages/xlibs/xcomposite_1.0.1.bb b/openembedded/packages/xlibs/xcomposite_1.0.1.bb new file mode 100644 index 0000000000..1e8d96ce2e --- /dev/null +++ b/openembedded/packages/xlibs/xcomposite_1.0.1.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SECTION = "x11/libs" | ||
| 2 | LICENSE= "BSD-X" | ||
| 3 | DEPENDS = "x11 compositeext xextensions libxfixes" | ||
| 4 | DESCRIPTION = "X Composite extension library." | ||
| 5 | PR = "r1" | ||
| 6 | |||
| 7 | SRC_URI = "${XLIBS_MIRROR}/libXcomposite-${PV}.tar.bz2 \ | ||
| 8 | file://autofoo.patch;patch=1" | ||
| 9 | S = "${WORKDIR}/libXcomposite-${PV}" | ||
| 10 | |||
| 11 | inherit autotools pkgconfig | ||
| 12 | |||
| 13 | do_stage() { | ||
| 14 | oe_runmake install prefix=${STAGING_DIR} \ | ||
| 15 | bindir=${STAGING_BINDIR} \ | ||
| 16 | includedir=${STAGING_INCDIR} \ | ||
| 17 | libdir=${STAGING_LIBDIR} \ | ||
| 18 | datadir=${STAGING_DATADIR} | ||
| 19 | } | ||
