diff options
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 | } | ||