summaryrefslogtreecommitdiffstats
path: root/package/weston
Commit message (Collapse)AuthorAgeFilesLines
* package/weston: fix build on muslYann E. MORIN2017-10-011-0/+44
| | | | | | | | | | | | As usual, musl is more conservative than the alternatives, wrt to headers that are internally included. Fixes: http://autobuild.buildroot.org/results/a7a/a7a6b17dff09a45a35185a0e02704523b815dd57/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/weston: bump version to 3.0.0Bernd Kuhls2017-08-233-6/+8
| | | | | | | | | | | | | | | Added all hashes provided by upstream. Removed dependency to mtdev after: https://github.com/wayland-project/weston/commit/167bbb6d109c7c93be3b58232f8c5b8795df44f2 libdrm is now a hard dependency: https://github.com/wayland-project/weston/commit/b030897b380be4ac8089deecc3db6967dfe7923e Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: drop "select BR2_PACKAGE_LIBDRM" from sub-option, now that it is selected by the main option.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/w*/Config.in: fix ordering of statementsAdam Duskett2017-05-021-5/+5
| | | | | | | | | | | | | The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter w in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: bump to version 2.0.0Gustavo Zacarias2017-03-037-231/+3
| | | | | | | Drop upstream patches. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: fix build with muslYann E. MORIN2017-01-241-0/+36
| | | | | | | | | | | With musl, stdint.h is not automatically pulled-in by any other header, so it must be explicitly included. Fixes: http://autobuild.buildroot.net/results/a2f5811f6029f8f3c87dcbea905b9747d55c9c24 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: do not try to build dev docsYann E. MORIN2017-01-241-0/+1
| | | | | | | | | | | | The developper's documentation will be automatically built when doxygen is present. But we can't guarantee that it is. Besides, we are not interested in the devlopper's documentation. Simply disable it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: fix build on ancient Khronos headersYann E. MORIN2017-01-162-0/+105
| | | | | | | | | | | | | Backport two patches from upstream, to build against ancient headers and when EGL is not available. Fixes: http://autobuild.buildroot.net/results/2de/2dea0a1b82c535fded6fd67a69496d70e6bcca56 http://autobuild.buildroot.org/results/112/1125199749455e349d8eb87ca86c778763aae489 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* weston: fix DEPENDENCIES typoGustavo Zacarias2017-01-031-1/+1
| | | | | | | Fixes a build failure with the PPS patchset since libva isn't populated. Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/weston: fix build on ancient glibcYann E. MORIN2016-12-192-0/+49
| | | | | | | | | | | | Fix build with ancient glibces. Fixes: http://autobuild.buildroot.net/results/bce/bcecdbbce4a99eb1e9bfbf519857bf94d8952037/ [Peter: patches configure.ac, so add WESTON_AUTORECONF = YES] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/weston: fix build without EGLYann E. MORIN2016-11-131-0/+38
| | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/378/378ffddcebd0ab3dabfdb268614d1344a38e8dd1/ http://autobuild.buildroot.org/results/3c2/3c25333d3c5838bea27540d8ac752c8bdf4db843/ [...] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: bump to version 1.12.0Gustavo Zacarias2016-09-254-52/+3
| | | | | | | | Also drop upstream patch. Drop propietary RPI support since it's gone upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: fix unmet dependenciesYann E. MORIN2016-09-111-4/+5
| | | | | | | | | | | | | | | | | Properly propagate dependencies from freerdp to fix the following unmet dependencies: warning: (BR2_PACKAGE_WESTON_RDP) selects BR2_PACKAGE_FREERDP which has unmet direct dependencies (BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && !BR2_STATIC_LIBS && BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_MMU && BR2_TOOLCHAIN_HAS_SYNC_4) Reorder deps to have architectures deps first. Remove "broken" dependency from comment; add missing ones. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: fix patchYann E. MORIN2016-08-141-3/+3
| | | | | | | | | | | | | The newly iontroduced patch was created against weston's master branch, but was not rebased correctly on top of the release we are using, hence it does not apply because files have been moved since the release. Fixes: http://autobuild.buildroot.org/results/5fb/5fbfd26d05a0ccaf4a70a100a7499cedea83ce6f/ http://autobuild.buildroot.org/results/769/76976fbfc2162c2c671a52eafdad82df6d25a660/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: no-break space U+A0 (U8+C2A0)Yann E. MORIN2016-08-091-0/+34
| | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/f49/f49a9cbb7bdc5d9e05dcf0a20bd83f059e234e74/ http://autobuild.buildroot.org/results/1d3/1d3e7f07388ae11d70103e04d8a14c20d50fc212/ [...] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: Add demo clients install optionSergi Granell2016-07-152-0/+11
| | | | | | Signed-off-by: Sergi Granell <xerpi.g.12@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: drop autoreconfGustavo Zacarias2016-06-031-2/+0
| | | | | | | It's unnecessary as pointed by Thomas P. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: bump to version 1.11.0Gustavo Zacarias2016-06-013-104/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: enable nested wayland compositorGustavo Zacarias2016-05-271-1/+0
| | | | | | | It may be useful in some scenarios and size growth is marginal at best. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: add support for XWaylandGustavo Zacarias2016-05-272-1/+19
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: add support for X11 backendGustavo Zacarias2016-05-272-1/+19
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: disable v4l simple dmabuf for headers < 3.8Gustavo Zacarias2016-04-211-0/+5
| | | | | | | | | It uses VIDIOC_EXPBUF which only came to light with kernel 3.8, so disable it if headers are older. Fixes: http://autobuild.buildroot.net/results/7fb/7fb9968b13f144c4576b28ecd01c82b74e4ed9d5/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: add build fix for clock_gettime() in librtGustavo Zacarias2016-04-212-0/+103
| | | | | | | | | | | | Over time weston has been manually adding -lrt LDADDs to the Makefile for clock_gettime() using sources. However this isn't 100% correct since "modern" glibc versions don't require it so switch all over to a configure test for that purpose. Fixes: http://autobuild.buildroot.net/results/a16/a165f439cf5a81c79fe3fa3af7a2a5a30022e7ed/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> [Thomas: fixed autobuilder reference.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: don't forcibly disable simple EGL clientsGustavo Zacarias2016-04-081-2/+3
| | | | | | | Only do so when there's no EGL. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* weston: check for both EGL and GLESGustavo Zacarias2016-04-081-1/+1
| | | | | | | | | | | The conditional is wrong, it was check for BR2_PACKAGE_MESA3D_OPENGL_ES (correct, means GLESv2 support) and BR2_PACKAGE_MESA3D_OPENGL_GLES (incorrect, there's no such symbol). So now check for BR2_PACKAGE_MESA3D_OPENGL_EGL (EGL support) plus BR2_PACKAGE_MESA3D_OPENGL_ES (GLESv2 support), both are required. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* weston: egl requires gles as wellGustavo Zacarias2016-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | >From configure.ac lines 83-89: AC_ARG_ENABLE(egl, [ --disable-egl],, enable_egl=yes) AM_CONDITIONAL(ENABLE_EGL, test x$enable_egl = xyes) if test x$enable_egl = xyes; then AC_DEFINE([ENABLE_EGL], [1], [Build Weston with EGL support]) PKG_CHECK_MODULES(EGL, [egl glesv2]) PKG_CHECK_MODULES([EGL_TESTS], [egl glesv2 wayland-client wayland-egl]) It also requires wayland-egl which is only provided by mesa3d for now, hence make it conditional on mesa3d egl+gles. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* weston: handle libxml2 dependencyGustavo Zacarias2016-03-301-0/+7
| | | | | | | It's used for JUnit XML output support. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: handle systemd dependencyGustavo Zacarias2016-03-301-0/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: handle webp dependencyGustavo Zacarias2016-03-301-1/+2
| | | | | | | It doesn't have an enable/disable switch so it's just the dependency. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: handle lcms dependecyGustavo Zacarias2016-03-301-0/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: handle dbus dependencyGustavo Zacarias2016-03-301-0/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: drop --disable-xwayland-testGustavo Zacarias2016-03-301-1/+0
| | | | | | | | It's in the rpi backend block which makes no sense, and it depends on xwayland being enabled which we currently don't support so remove it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: add weston-launch supportGustavo Zacarias2016-03-301-3/+16
| | | | | | | | | | | The weston-launch supplemental group is for users to be able to use/launch weston. For a full weston(-launch) experience users should be at least members of weston-launch, video (for framebuffer permissions) and optionally audio. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: handle optional libva supportGustavo Zacarias2016-03-301-0/+7
| | | | | | | It's used for the recorder. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: add DRM compoitor supportGustavo Zacarias2016-03-302-1/+19
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: set default backend for fbdevGustavo Zacarias2016-03-301-1/+3
| | | | | | | | When it's enabled set the default weston backend to fbdev, otherwise the drm backend is the default even though we are not building it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: add EGL supportGustavo Zacarias2016-03-301-2/+8
| | | | | | | | Also drop simple-egl-clients from the rpi compositor since it's a duplicate of the global one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: bump to version 1.10.0Gustavo Zacarias2016-03-203-5/+9
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* freerdp: add missing BR2_TOOLCHAIN_HAS_SYNC_4 dependencyThomas Petazzoni2016-02-061-0/+2
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/0501e63cbebe4cda4012ace6f7ec5f43342be5c5/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* cairo, harfbuzz: rework atomic dependenciesThomas Petazzoni2016-02-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit handles the reverse dependency tree of cairo in terms of atomic dependencies. There are two main changes: - cairo in fact no longer needs atomic operations. It can perfectly build without any __sync built-in, as was tested using an ARC toolchain without atomics, and a SPARC toolchain. Optionally, Cairo can use the __atomic builtins provided by gcc >= 4.7, so support for this is added as well. Thanks to this change, the BR2_ARCH_HAS_ATOMICS dependency is removed from cairo and all its reverse dependencies. - harfbuzz does require the __sync built-in for 4 bytes integers, so we add a dependency on BR2_TOOLCHAIN_HAS_SYNC_4 to harfbuzz and all its reverse dependency, the main one being the pango package. Due to this, the vast majority of gtk-related packages are moved to a dependency on BR2_ARCH_HAS_ATOMICS (which used to be due to cairo) to a dependency on BR2_TOOLCHAIN_HAS_SYNC_4 (due to pango -> harfbuzz). In detail: - cairo Remove BR2_ARCH_HAS_ATOMICS dependency, link against -latomic when gcc >= 4.8 in order to use the __atomic functions. - harfbuzz Add dependency on BR2_TOOLCHAIN_HAS_SYNC_4 - cairomm, gst-plugins-good, gst1-plugins-good, libgdiplus, libsvg-cairo, weston Remove BR2_ARCH_HAS_ATOMICS dependency (since cairo no longer needs atomics) - enlightenment, cwiid, gst-plugins-bad, gst-plugins-base, gst1-plugins-bad, gst1-plugins-base, gtkmm3, libevas-generic-loaders, libfm, libgail, libgtk2, libgtk3, librsvg, openbox, opencv, opencv3, pango, pangomm, pcmanfm, pinentry, rrdtool, webkit, webkitgtk24, xscreensaver Switch from a BR2_ARCH_HAS_ATOMICS dependency to a BR2_TOOLCHAIN_HAS_SYNC_4 (they depend on pango, harfbuzz, gtk, or some other related package) - directfb Remove BR2_ARCH_ATOMICS dependency of the BR2_PACKAGE_DIRECTFB_SVG (since cairo can build without atomics), but add a BR2_TOOLCHAIN_HAS_SYNC_4 dependency on BR2_PACKAGE_DIRECTFB itself since it does use __sync built-ins. This replaces the !BR2_sparc dependency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: restore the freerdp backendYann E. MORIN2015-10-021-4/+2
| | | | | | | | | | Now that we've switched to using FreeRDP from master, we can build weston's FreeRDP backend again. Propagate the new dependencies of FreeRDP. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/weston: mark the RDP backend as brokenYann E. MORIN2015-08-201-0/+5
| | | | | | | | | | | | | | | | | weston needs FreeRDP from master, as it uses new settings only introduced in there. Since it is too late in the release cycle to bump FreeRDP, just mark the weston RDP backend as broken. Fixes: http://autobuild.buildroot.org/results/ef6/ef685a41a56e81dc93a40f23f8cd55860f44e055/ http://autobuild.buildroot.org/results/c42/c42d72498e05364a718748caef74bba6c423d7d1/ http://autobuild.buildroot.org/results/c78/c783695a5b1a18976361ea36627505b281b11781/ ... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libinput: bump version to 0.19.0, add locale dependencyBernd Kuhls2015-07-181-2/+4
| | | | | | | | | | | Since 2015-04-22 libinput needs locale support: http://cgit.freedesktop.org/wayland/libinput/commit/src/libinput-util.c?id=5c671e0375cc03032fcac26efe4a7835a74c8bfc This patch adds the needed dependency also to weston and xdriver_xf86-input-libinput. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: bump to version 1.8.0Vicente Olivert Riera2015-06-212-3/+3
| | | | | | | | - Bump to version 1.8.0 - Update hash file Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/freerdp: needs wcharFabio Porcedda2015-02-231-0/+4
| | | | | | | | | | | | | | | Also add reverse dependency for Weston. Fix build error: make[3]: Entering directory '/home/tetsuya/buildroot/br/output/build/freerdp-b21ff842ef3de5837513042dc30488b12bd9cf9d' In file included from /home/tetsuya/buildroot/br/output/build/freerdp-b21ff842ef3de5837513042dc30488b12bd9cf9d/winpr/include/winpr/winsock.h:24:0, from /home/tetsuya/buildroot/br/output/build/freerdp-b21ff842ef3de5837513042dc30488b12bd9cf9d/winpr/libwinpr/winsock/winsock.c:24: /home/tetsuya/buildroot/br/output/build/freerdp-b21ff842ef3de5837513042dc30488b12bd9cf9d/winpr/include/winpr/wtypes.h:132:1: error: unknown type name ‘wchar_t’ typedef wchar_t UNICODE; Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: add patch to fix uClibc build caused CLOCK_BOOTTIMEThomas Petazzoni2015-02-221-0/+41
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: add support for the RDP compositorYann E. MORIN2015-02-222-0/+24
| | | | | | | | | | | Using the RDP compositor, one can run a headless machine to serve remote clients, using the RDP protocol. Add an option to enable the rdp-backend. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: bump version to 1.7.0Vicente Olivert Riera2015-02-193-9/+5
| | | | | | | | | | | | | | | | | | | | - Bump version to 1.7.0 - Add a hash file libinput is now a required dependency: configure: WARNING: unrecognized options: --disable-libinput-backend checking for LIBINPUT_BACKEND... no configure: error: Package requirements (libinput >= 0.8.0) were not met: Package libinput was not found in the pkg-config search path. Perhaps you should add the directory containing `libinput.pc' to the PKG_CONFIG_PATH environment variable No package 'libinput' found Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: all salute the passing of avr32Yann E. MORIN2015-02-141-2/+0
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: do not select rpi-userlandYann E. MORIN2014-12-201-9/+2
| | | | | | | | | | | | | | | | | | | rpi-userland is a provider for some virtual packages, so we can not select it, as instructed in the manual: http://nightly.buildroot.org/#_infrastructure_for_virtual_packages ---8<--- If your package really requires a specific provider, then you’ll have to make your package depends on this provider; you can not select a provider. ---8<--- Instead, just depend on it. Remove the comment as well. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBSThomas Petazzoni2014-12-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Since a while, the semantic of BR2_PREFER_STATIC_LIB has been changed from "prefer static libraries when possible" to "use only static libraries". The former semantic didn't make much sense, since the user had absolutely no control/idea of which package would use static libraries, and which packages would not. Therefore, for quite some time, we have been starting to enforce that BR2_PREFER_STATIC_LIB should really build everything with static libraries. As a consequence, this patch renames BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS, and adjust the Config.in option accordingly. This also helps preparing the addition of other options to select shared, shared+static or just static. Note that we have verified that this commit can be reproduced by simply doing a global rename of BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS plus adding BR2_PREFER_STATIC_LIB to Config.in.legacy. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
OpenPOWER on IntegriCloud