blob: e103e631c825d24240e2e209f0163c683872782a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
HOMEPAGE = "http://www.packagekit.org/"
DEPENDS = "polkit dbus-glib gconf gtk+"
SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
"
EXTRA_OECONF = " --disable-scrollkeeper \
--disable-man-pages \
--disable-examples \
--disable-gtk-doc \
--disable-introspection "
inherit autotools pkgconfig
FILES_${PN} += " ${datadir}/dbus-1 \
${datadir}/PolicyKit \
"
|