summaryrefslogtreecommitdiffstats
path: root/meta/packages/polkit/polkit-gnome_0.96.bb
blob: b10847aa51c02ea600e4855234e04de2e698b241 (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_stage pkgconfig

FILES_${PN} += " ${datadir}/dbus-1 \
                 ${datadir}/PolicyKit \
               "