mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
libproxy: Disabled webkit support
This package changed from autoconf to cmake during the last recipe upgrade. This made the existing EXTRA_OECONF, which disabled wekbit support among other things, non-functional, which in turn, broke the build. This patch disables webkit in a CMAKE way by adding EXTRA_OECMAKE to the cmake class description, and setting it to "-DWEBKIT=no" in the libproxy recipe and also reproduces the EXTRA_OECONF settings. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
314fbb1c05
commit
0e0830109c
@@ -11,11 +11,12 @@ DEPENDS = "virtual/libx11 xmu gconf-dbus"
|
||||
|
||||
SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager"
|
||||
EXTRA_OECMAKE = "-DWITH_WEBKIT=no -DWITH_GNOME=yes -DWITH_KDE4=no \
|
||||
-DWITH_PYTHON=no -DWITH_MOZJS=no -DWITH_NM=no"
|
||||
|
||||
FILES_${PN}-dbg += "${libdir}/libproxy/0.4.2/plugins/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user