diff options
Diffstat (limited to 'meta-gnome/packages/gnome/libbonobo.inc')
-rw-r--r-- | meta-gnome/packages/gnome/libbonobo.inc | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-gnome/packages/gnome/libbonobo.inc b/meta-gnome/packages/gnome/libbonobo.inc deleted file mode 100644 index db5c58a51e..0000000000 --- a/meta-gnome/packages/gnome/libbonobo.inc +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | DESCRIPTION = "Bonobo CORBA interfaces library" | ||
2 | LICENSE = "GPL" | ||
3 | SECTION = "x11/gnome/libs" | ||
4 | DEPENDS = "glib-2.0 orbit2 intltool-native libxml2" | ||
5 | |||
6 | inherit gnome | ||
7 | |||
8 | SRC_URI += "file://gtk-doc.m4 \ | ||
9 | file://gtk-doc.make \ | ||
10 | " | ||
11 | |||
12 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" | ||
13 | |||
14 | FILES_${PN} += "${libdir}/orbit-2.0/*.so ${libdir}/bonobo/monikers/*.so" | ||
15 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug \ | ||
16 | ${libdir}/bonobo-2.0/samples/.debug ${libdir}/orbit-2.0/.debug" | ||
17 | FILES_${PN}-dev += "${libdir}/orbit-2.0/* ${libdir}/bonobo/monikers/* \ | ||
18 | ${libdir}/bonobo-2.0/samples" | ||
19 | |||
20 | LEAD_SONAME = "libbonobo-2.so" | ||
21 | |||
22 | PARALLEL_MAKE = "" | ||
23 | |||
24 | do_configure_prepend() { | ||
25 | install -d m4 | ||
26 | install ${WORKDIR}/gtk-doc.m4 m4/ | ||
27 | install ${WORKDIR}/gtk-doc.make ./ | ||
28 | } | ||
29 | |||
30 | do_compile() { | ||
31 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" | ||
32 | } | ||
33 | |||
34 | do_install() { | ||
35 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install | ||
36 | } | ||