blob: c2e8744b3ce4baa1cb306d3638e595abdb5ffddf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
DESCRIPTION = "Assistive Technology Service Provider Interface for GNOME."
SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "gtk+ atk libbonobo orbit2"
RDEPENDS_${PN} = "libgail-gnome gtk-module-gail"
inherit gnome
do_stage () {
autotools_stage_all
}
FILES_${PN} += " \
${libdir}/bonobo \
${libdir}/gtk-2.0 \
${libdir}/orbit-2.0 \
${datadir}/idl \
"
FILES_${PN}-dbg += " \
${libdir}/gtk-2.0/modules/.debug \
${libdir}/orbit-2.0/.debug \
"
|