blob: 9957921327a4e75036b6c09c51c2411d444c8c54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LICENSE = "GPL"
SECTION = "x11/gnome"
PR = "r1"
DESCRIPTION = "GNOME library for reading .desktop files"
inherit gnome pkgconfig
DEPENDS = "gnome-common libgnomeui"
EXTRA_AUTORECONF = "-I ${STAGING_DIR}/${HOST_SYS}/share/aclocal/gnome2-macros"
do_configure_prepend () {
cp ${STAGING_DIR}/${HOST_SYS}/share/gnome-common/data/omf.make ${S}
}
do_stage () {
autotools_stage_all
}
|