blob: 40f88231723c129fdc8d8ad317c61f70d1ead120 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "GNOME Sensors Applet is an applet for the GNOME Panel to display readings from hardware sensors"
LICENSE = "GPLv2"
inherit gnome
DEPENDS += "gnome-panel libnotify"
SRC_URI = "${SOURCEFORGE_MIRROR}/sensors-applet/sensors-applet-${PV}.tar.gz"
EXTRA_OECONF = " --disable-scrollkeeper --with-libsensors=${STAGING_LIBDIR}/../ "
FILES_${PN}-dbg += "${libdir}/sensors-applet/plugins/"
|