diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-25 23:25:37 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-25 23:25:37 +0200 |
commit | 0f4d293c30d45cb86e06216da2a9bdf55c9d9b01 (patch) | |
tree | 63a36c382c4b3e24107ac64b1dc26802289a50fc /package/webkit/Config.in | |
parent | 4059a814bb133d4dc306a366cdeba186cb7b8b89 (diff) |
webkit: remove user visible rendering target selection
Instead use the same logic as in libgtk2. The rendering target selected
MUST be the same as libgtk2's, so just figure it out automatically
instead.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/webkit/Config.in')
-rw-r--r-- | package/webkit/Config.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/webkit/Config.in b/package/webkit/Config.in index eee6bcb05..b0d69d787 100644 --- a/package/webkit/Config.in +++ b/package/webkit/Config.in @@ -21,22 +21,3 @@ config BR2_PACKAGE_WEBKIT comment "webkit requires a toolchain with C++ support and WCHAR enabled" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR - -if BR2_PACKAGE_WEBKIT - -choice - prompt "Rendering target" - default BR2_PACKAGE_WEBKIT_X - help - Selects which rendering target will be used. - -config BR2_PACKAGE_WEBKIT_X11 - bool "X11" - -config BR2_PACKAGE_WEBKIT_DIRECTFB - bool "DirectFB" - select BR2_PACKAGE_DIRECTFB - -endchoice - -endif |