mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
polkit-gnome: remove unrecognized configure options
* fixes following QA warnings:
polkit-gnome-0.102: polkit-gnome: configure was passed unrecognised
options: --disable-scrollkeeper --disable-man-pages
[unknown-configure-option]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -12,10 +12,10 @@ SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
|
||||
|
||||
PR = "r2"
|
||||
|
||||
EXTRA_OECONF = " --disable-scrollkeeper \
|
||||
--disable-man-pages \
|
||||
--disable-examples \
|
||||
--disable-introspection "
|
||||
EXTRA_OECONF = "\
|
||||
--disable-examples \
|
||||
--disable-introspection \
|
||||
"
|
||||
|
||||
inherit autotools gtk-doc pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user