Files
buildroot/package
Bernd Kuhls 042a3b7efa package/webkit: Fix OpenGL-related dependencies
fixes
http://autobuild.buildroot.net/results/27a/27a674c6a19a729fae5cc33de0360b2a061930c1/

This patch indeed fixes several problems based on the autobuilder-defconfig used.

1) Add missing dependencies when opengl is detected by webkit to satisfy autobuilder:

checking which GPU acceleration backend to use... opengl
checking for XCOMPOSITE... yes
checking for XDAMAGE... no
configure: error: Package requirements (xdamage) were not met:

2) ... but opengl should not have been detected with the used defconfig:
$ grep MESA .config
BR2_PACKAGE_MESA3D=y

which will lead to a link error although webkit configure found all dependencies:

/home/br2/output/host/opt/ext-toolchain/bin/../lib/gcc/mips-linux-gnu/4.7.3/../../../../mips-linux-gnu/bin/ld: cannot find -lGL

3) same is valid for glx, having GL/glx.h means nothing

4) add some configure options for gles/egl as well, just to make sure ;)

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-05-20 00:31:42 +02:00
..
2014-05-13 00:03:06 +02:00
2014-05-13 23:37:24 +02:00
2014-03-01 20:39:35 +01:00
2014-04-27 22:31:25 +02:00
2014-05-05 23:53:06 +02:00
2014-05-18 23:28:21 +02:00
2014-04-19 23:52:27 +02:00
2014-03-11 16:46:42 +01:00
2014-05-13 23:37:24 +02:00
2014-05-12 22:23:43 +02:00
2014-04-28 21:44:40 +02:00
2014-04-19 23:51:33 +02:00
2014-04-19 23:51:41 +02:00
2014-05-13 00:18:04 +02:00
2014-05-13 00:18:37 +02:00
2014-03-17 23:03:15 +01:00
2014-03-01 16:12:08 +01:00
2014-03-26 22:03:27 +01:00
2014-03-29 18:53:18 +01:00
2014-05-07 22:42:35 +02:00
2014-03-17 23:03:15 +01:00
2014-04-24 15:25:12 +02:00
2014-02-19 21:46:01 +01:00
2014-04-28 14:09:20 +02:00
2014-04-20 23:43:51 +02:00
2014-05-11 20:50:30 +02:00
2014-02-04 17:57:43 +01:00
2014-04-10 22:40:45 +02:00
2014-04-24 00:15:51 +02:00
2014-05-03 22:56:31 +02:00
2014-04-10 23:26:04 +02:00
2014-05-18 23:32:43 +02:00
2014-03-20 16:43:05 +01:00
2014-04-03 21:24:26 +02:00
2014-05-05 08:44:39 +02:00
2014-04-15 21:09:18 +02:00
2014-04-05 15:21:36 +02:00
2014-03-02 14:54:20 +01:00
2014-04-06 15:24:54 +02:00
2014-05-08 21:18:47 +02:00
2014-04-14 22:47:52 +02:00
2014-05-20 00:30:19 +02:00
2014-02-12 20:21:44 +01:00
2014-04-05 14:44:34 +02:00
2014-02-19 23:28:16 +01:00
2014-05-08 21:18:59 +02:00
2014-02-28 14:30:23 +01:00
2014-03-01 14:42:46 +01:00
2014-02-28 15:30:07 +01:00
2014-03-02 15:20:31 +01:00
2014-03-04 19:34:15 +01:00
2014-04-28 14:12:29 +02:00
2014-03-11 23:01:59 +01:00
2014-04-03 20:15:05 +02:00
2014-03-11 11:47:43 +01:00
2014-05-17 11:34:36 +02:00
2014-04-20 10:54:50 +02:00
2014-02-07 15:16:00 +01:00
2014-03-02 14:53:53 +01:00
2014-04-15 23:02:07 +02:00
2014-04-17 21:53:54 +02:00
2014-05-05 21:49:19 +02:00
2014-03-17 09:59:45 +01:00
2014-04-03 21:25:01 +02:00
2014-05-12 22:18:26 +02:00
2014-04-28 14:09:49 +02:00
2014-04-15 21:54:47 +02:00
2014-05-03 22:29:02 +02:00
2014-03-15 23:20:39 +01:00
2014-03-15 23:02:18 +01:00
2014-05-04 20:53:46 +02:00
2014-04-23 15:25:03 +02:00
2014-05-07 14:29:13 +02:00
2014-03-06 22:58:42 +01:00
2014-05-12 22:17:20 +02:00
2014-03-29 11:33:49 +01:00
2014-04-17 21:42:37 +02:00
2014-03-05 22:51:22 +01:00
2014-04-03 21:25:21 +02:00
2014-03-11 23:00:32 +01:00
2014-02-02 22:59:30 +01:00
2014-03-24 15:17:33 +01:00
2014-05-01 23:51:24 +02:00
2014-05-03 21:04:23 +02:00
2014-04-26 11:35:29 +02:00
2014-02-04 11:11:17 +01:00
2014-04-19 18:53:21 +02:00
2014-02-12 22:14:19 +01:00
2014-02-20 22:52:05 +01:00
2014-02-19 23:17:00 +01:00
2014-03-11 15:43:18 +01:00
2014-03-02 00:13:13 +01:00
2014-04-30 08:36:30 +02:00
2014-04-05 19:20:56 +02:00
2014-03-01 16:19:24 +01:00
2014-03-01 16:33:37 +01:00
2014-03-01 16:17:21 +01:00
2014-04-19 23:52:51 +02:00
2014-05-16 16:10:20 +02:00
2014-04-19 23:51:51 +02:00
2014-03-01 16:07:09 +01:00
2014-03-17 23:03:15 +01:00
2014-03-01 21:01:11 +01:00
2014-05-07 10:27:01 +02:00
2014-02-20 08:58:13 +01:00
2014-04-15 21:09:18 +02:00
2014-04-22 23:31:13 +02:00
2014-02-26 11:24:57 +01:00
2014-02-22 21:56:57 +01:00
2014-05-18 23:32:04 +02:00
2014-03-11 23:02:57 +01:00
2014-03-29 09:06:25 +01:00
2014-05-05 23:50:22 +02:00
2014-04-03 21:25:48 +02:00
2014-04-24 22:43:06 +02:00
2014-03-11 23:03:14 +01:00
2014-03-29 09:04:28 +01:00
2014-05-06 17:10:05 +02:00
2014-05-08 21:18:53 +02:00
2014-03-07 22:54:05 +01:00
2014-04-06 14:09:10 +02:00
2014-04-28 21:48:53 +02:00
2014-04-14 23:14:11 +02:00
2014-02-06 23:12:56 +01:00
2014-05-07 10:36:59 +02:00
2014-04-08 08:53:09 +02:00
2014-05-14 09:24:43 +02:00
2014-04-19 23:52:10 +02:00
2014-04-24 13:36:09 +02:00
2014-04-05 14:45:18 +02:00
2014-03-08 15:08:24 +01:00
2014-05-04 20:59:27 +02:00
2014-02-12 15:57:38 +01:00
2014-02-12 15:57:27 +01:00
2014-02-12 15:56:34 +01:00
2014-04-28 14:07:16 +02:00
2014-04-03 21:23:49 +02:00
2014-05-07 14:02:36 +02:00
2014-03-15 22:39:07 +01:00
2014-04-05 14:44:52 +02:00
2014-04-11 22:01:23 +02:00
2014-05-12 22:11:03 +02:00
2014-03-01 14:46:59 +01:00
2014-02-11 10:06:58 +01:00
2014-05-09 16:29:43 +02:00
2014-04-03 20:18:11 +02:00
2014-05-15 22:42:01 +02:00
2014-02-28 14:30:23 +01:00
2014-04-12 23:07:43 +02:00
2014-05-04 21:44:11 +02:00
2014-02-10 15:41:57 +01:00
2014-04-14 20:52:44 +02:00
2014-05-19 21:59:43 +02:00
2014-02-22 22:59:18 +01:00
2014-04-18 21:53:35 +02:00
2014-02-19 16:13:15 +01:00
2014-04-05 14:45:25 +02:00
2014-03-29 09:05:11 +01:00
2014-05-01 22:07:14 +02:00
2014-04-17 21:47:36 +02:00
2014-05-04 20:59:24 +02:00
2014-04-10 21:54:07 +02:00
2014-04-20 22:57:02 +02:00
2014-04-20 22:58:29 +02:00
2014-04-08 09:50:19 +02:00
2014-05-08 23:14:17 +02:00
2014-04-09 00:57:19 +02:00
2014-05-02 14:56:58 +02:00
2014-02-09 16:40:08 +01:00
2014-05-04 23:03:15 +02:00
2014-04-09 00:25:19 +02:00
2014-05-03 21:43:25 +02:00
2014-05-16 22:38:27 +02:00
2014-02-28 14:30:23 +01:00
2014-02-04 14:44:48 +01:00
2014-05-03 21:45:44 +02:00
2014-02-12 22:14:19 +01:00
2014-04-19 23:52:17 +02:00
2014-02-12 22:14:19 +01:00
2014-05-07 13:46:08 +02:00
2014-03-11 23:04:59 +01:00
2014-03-07 23:38:40 +01:00
2014-03-03 21:50:02 +01:00
2014-05-09 13:55:59 +02:00
2014-04-20 23:43:51 +02:00