packagekit: Disable gstreamer plugin (gstreamer is not in DEPENDS)

This commit is contained in:
Richard Purdie 2008-11-04 22:06:39 +00:00
parent 4b0098b261
commit 51db60903d
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
HOMEPAGE = "http://www.packagekit.org/"
PR = "r5"
PR = "r6"
SRC_URI = "http://www.packagekit.org/releases/PackageKit-0.3.8.tar.gz \
file://no_validate.patch;patch=1 "
DEPENDS = "python polkit pam"
EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local --with-security-framework=polkit"
EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local --with-security-framework=polkit --disable-gstreamer-plugin"
S = "${WORKDIR}/PackageKit-${PV}"