]> code.ossystems Code Review - openembedded-core.git/commit
libproxy: Disabled webkit support
authorJeff Dike <jdike@x86_64.user-mode-linux.org>
Wed, 21 Jul 2010 17:20:40 +0000 (13:20 -0400)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 21 Jul 2010 20:23:21 +0000 (21:23 +0100)
commit0e0830109cea38de17a589ec2fd3a9184f489087
tree6c89d2f770da2da2f8d6bafcdb73571e0f8d5740
parent314fbb1c0519e5c9b44f35915dc346e0b7166e8e
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>
meta/classes/cmake.bbclass
meta/packages/libproxy/libproxy_0.4.2.bb