blob: 3df5fb63a7b371146415466b1af800ee89f93a88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "GNOME utilities"
SECTION = "x11/gnome"
LICENSE = "GPL"
DEPENDS = "nautilus gnome-common glib-2.0 gtk+ gconf liboobs system-tools-backends gnome-control-center"
inherit gnome pkgconfig
PR = "r2"
SRC_URI += "file://remove-docs.patch;patch=1"
EXTRA_OECONF = "--disable-scrollkeeper \
"
LDFLAGS += "-lgthread-2.0"
FILES_${PN} += "${libdir}/nautilus/extensions-2.0"
FILES_${PN}-dbg += "${libdir}/nautilus/extensions-2.0/.debug"
|