diff options
Diffstat (limited to 'meta/packages/compositeext/compositeext_cvs.bb')
-rw-r--r-- | meta/packages/compositeext/compositeext_cvs.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/packages/compositeext/compositeext_cvs.bb b/meta/packages/compositeext/compositeext_cvs.bb deleted file mode 100644 index 8f0f4f9f46..0000000000 --- a/meta/packages/compositeext/compositeext_cvs.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | PV = "0.0+cvs${SRCDATE}" | ||
2 | LICENSE= "BSD-X" | ||
3 | SECTION = "libs" | ||
4 | DEPENDS = "xextensions fixesext" | ||
5 | DESCRIPTION = "X Composite extension headers and specification" | ||
6 | DEFAULT_PREFERENCE = "1" | ||
7 | |||
8 | SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=CompositeExt" | ||
9 | S = "${WORKDIR}/CompositeExt" | ||
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 | } | ||