From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v7 04/33] package/{efl packages}: reorder select/depends
Date: Mon, 7 Dec 2015 22:58:39 +0100 [thread overview]
Message-ID: <20151207215839.GC14874@free.fr> (raw)
In-Reply-To: <1449523775-6582-5-git-send-email-romain.naour@openwide.fr>
Romain, All,
On 2015-12-07 22:29 +0100, Romain Naour spake thusly:
> As noticed by Yann [1], move the package dependencies
> before selected packages/options.
>
> [1] http://lists.busybox.net/pipermail/buildroot/2015-October/142955.html
>
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Thanks! :-)
Regards,
Yann E. MORIN.
> ---
> v6: new patch
> ---
> package/efl/libelementary/Config.in | 4 ++--
> package/enlightenment/Config.in | 22 +++++++++++-----------
> package/expedite/Config.in | 6 +++---
> package/libevas-generic-loaders/Config.in | 4 ++--
> 4 files changed, 18 insertions(+), 18 deletions(-)
>
> diff --git a/package/efl/libelementary/Config.in b/package/efl/libelementary/Config.in
> index 4f62592..fcc7025 100644
> --- a/package/efl/libelementary/Config.in
> +++ b/package/efl/libelementary/Config.in
> @@ -3,12 +3,12 @@ comment "libelementary needs a toolchain w/ threads, dynamic library"
>
> config BR2_PACKAGE_LIBELEMENTARY
> bool "libelementary"
> + depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
> + depends on !BR2_STATIC_LIBS
> select BR2_PACKAGE_LIBEINA
> select BR2_PACKAGE_LIBEVAS
> select BR2_PACKAGE_LIBECORE
> select BR2_PACKAGE_LIBEDJE
> - depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
> - depends on !BR2_STATIC_LIBS
> help
> Elementary is a widget toolkit and EFL wrapper and convenience
> library to make it easy to build applications and tools with UIs
> diff --git a/package/enlightenment/Config.in b/package/enlightenment/Config.in
> index 58f8f39..9dad571 100644
> --- a/package/enlightenment/Config.in
> +++ b/package/enlightenment/Config.in
> @@ -1,5 +1,16 @@
> config BR2_PACKAGE_ENLIGHTENMENT
> bool "enlightenment"
> + # libevas-generic-loaders-svg -> librsvg -> glib2 / pango
> + depends on BR2_USE_WCHAR
> + depends on BR2_INSTALL_LIBSTDCPP
> + # libedbus -> dbus
> + # libedbus -> glib2, libevas
> + depends on BR2_TOOLCHAIN_HAS_THREADS
> + # libedbus -> dbus, efl libraries
> + depends on BR2_USE_MMU
> + depends on BR2_PACKAGE_XORG7
> + # libevas-generic-loaders-svg -> librsvg -> pango -> cairo
> + depends on BR2_ARCH_HAS_ATOMICS
> select BR2_PACKAGE_EFL
> select BR2_PACKAGE_LIBECORE
> select BR2_PACKAGE_LIBECORE_X
> @@ -17,17 +28,6 @@ config BR2_PACKAGE_ENLIGHTENMENT
> select BR2_PACKAGE_XCB_UTIL_KEYSYMS
> select BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
> select BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS_SVG
> - # libevas-generic-loaders-svg -> librsvg -> glib2 / pango
> - depends on BR2_USE_WCHAR
> - depends on BR2_INSTALL_LIBSTDCPP
> - # libedbus -> dbus
> - # libedbus -> glib2, libevas
> - depends on BR2_TOOLCHAIN_HAS_THREADS
> - # libedbus -> dbus, efl libraries
> - depends on BR2_USE_MMU
> - depends on BR2_PACKAGE_XORG7
> - # libevas-generic-loaders-svg -> librsvg -> pango -> cairo
> - depends on BR2_ARCH_HAS_ATOMICS
> help
> Enlightenment, also known simply as E, is a stacking window
> manager for the X Window System which can be used alone or
> diff --git a/package/expedite/Config.in b/package/expedite/Config.in
> index de6a056..e60510b 100644
> --- a/package/expedite/Config.in
> +++ b/package/expedite/Config.in
> @@ -1,11 +1,11 @@
> config BR2_PACKAGE_EXPEDITE
> bool "expedite"
> - select BR2_PACKAGE_LIBEINA
> - select BR2_PACKAGE_LIBEVAS
> - select BR2_PACKAGE_LIBEET
> depends on BR2_PACKAGE_EFL
> depends on BR2_INSTALL_LIBSTDCPP
> depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
> + select BR2_PACKAGE_LIBEET
> + select BR2_PACKAGE_LIBEINA
> + select BR2_PACKAGE_LIBEVAS
> help
> Expedite is the official Evas benchmark tool. It can test different
> engines, such as X11, XRender, OpenGL (also ES variant), SDL,
> diff --git a/package/libevas-generic-loaders/Config.in b/package/libevas-generic-loaders/Config.in
> index 72d4adb..f42f8a6 100644
> --- a/package/libevas-generic-loaders/Config.in
> +++ b/package/libevas-generic-loaders/Config.in
> @@ -14,13 +14,13 @@ if BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
>
> config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS_SVG
> bool "SVG loader"
> - select BR2_PACKAGE_LIBRSVG
> - select BR2_PACKAGE_CAIRO
> depends on BR2_USE_MMU # librsvg -> glib2
> depends on BR2_USE_WCHAR # librsvg -> glib2
> depends on BR2_TOOLCHAIN_HAS_THREADS # librsvg -> glib2
> depends on BR2_INSTALL_LIBSTDCPP # librsvg -> pango
> depends on BR2_ARCH_HAS_ATOMICS # cairo
> + select BR2_PACKAGE_LIBRSVG
> + select BR2_PACKAGE_CAIRO
> help
> This option enables the Evas generic SVG loader
>
> --
> 2.4.3
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2015-12-07 21:58 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-07 21:29 [Buildroot] [PATCH v7 00/33] efl bump to 1.15.2 Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 01/33] package/expedite: move to package directory Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 02/33] package/libevas-generic-loaders: " Romain Naour
2015-12-07 21:41 ` Yann E. MORIN
2015-12-07 21:29 ` [Buildroot] [PATCH v7 03/33] package/libevas-generic-loaders: svg loader: add MMU dependency Romain Naour
2015-12-07 21:45 ` Yann E. MORIN
2015-12-07 21:29 ` [Buildroot] [PATCH v7 04/33] package/{efl packages}: reorder select/depends Romain Naour
2015-12-07 21:58 ` Yann E. MORIN [this message]
2015-12-07 21:29 ` [Buildroot] [PATCH v7 05/33] package/efl/libefl: new host-package Romain Naour
2015-12-07 22:17 ` Yann E. MORIN
2015-12-07 21:29 ` [Buildroot] [PATCH v7 06/33] package/efl/libefl: new package Romain Naour
2015-12-07 22:41 ` Yann E. MORIN
2015-12-08 10:47 ` Yann E. MORIN
2015-12-08 21:43 ` Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 07/33] package/efl/libefl: add harfbuzz dependency Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 08/33] package/efl/libefl: add wayland dependency Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 09/33] package/efl/libefl: add webp dependency Romain Naour
2015-12-07 22:41 ` Yann E. MORIN
2015-12-07 21:29 ` [Buildroot] [PATCH v7 10/33] package/efl/libefl: add frame buffer config option Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 11/33] package/efl/libefl: add jp2k " Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 12/33] package/efl/libefl: add X11 support Romain Naour
2015-12-08 10:28 ` Yann E. MORIN
2015-12-08 10:58 ` Yann E. MORIN
2015-12-07 21:29 ` [Buildroot] [PATCH v7 13/33] package/efl/libefl: add OpenGL/OpenGLES support Romain Naour
2015-12-08 10:35 ` Yann E. MORIN
2015-12-08 12:46 ` Yann E. MORIN
2015-12-08 21:15 ` Yann E. MORIN
2015-12-09 22:52 ` Romain Naour
2015-12-09 22:57 ` Yann E. MORIN
2015-12-10 18:15 ` Yann E. MORIN
2015-12-07 21:29 ` [Buildroot] [PATCH v7 14/33] package/efl/libefl: enable xinput2.2 Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 15/33] package/efl/libefl: add systemd dependency Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 16/33] package/libevas-generic-loaders: bump to version 1.15.0 Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 17/33] package/libevas-generic-loaders: add libraw dependency Romain Naour
2015-12-08 11:00 ` Yann E. MORIN
2015-12-07 21:29 ` [Buildroot] [PATCH v7 18/33] package/efl/libelementary: bump to version 1.15.2 Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 19/33] package/efl: libefl and libelementary share the same version number Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 20/33] package/enlightenment: bump to version 0.19.12 Romain Naour
2015-12-08 11:06 ` Yann E. MORIN
2015-12-09 22:34 ` Romain Naour
2015-12-09 22:39 ` Yann E. MORIN
2015-12-07 21:29 ` [Buildroot] [PATCH v7 21/33] package/expedite: bump to efl-1.15 branch Romain Naour
2015-12-08 11:09 ` Yann E. MORIN
2015-12-07 21:29 ` [Buildroot] [PATCH v7 22/33] package/dbus-cpp: switch to libefl Romain Naour
2015-12-08 11:10 ` Yann E. MORIN
2015-12-07 21:29 ` [Buildroot] [PATCH v7 23/33] package/efl/libethumb: remove package Romain Naour
2015-12-08 11:18 ` Yann E. MORIN
2015-12-07 21:29 ` [Buildroot] [PATCH v7 24/33] package/efl/libedje: " Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 25/33] package/efl/libembryo: " Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 26/33] package/efl/libeio: " Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 27/33] package/efl/libefreet: " Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 28/33] package/efl/libedbus: " Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 29/33] package/efl/libecore: " Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 30/33] package/efl/libevas: " Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 31/33] package/efl/libeet: " Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 32/33] package/efl/libeina: " Romain Naour
2015-12-07 21:29 ` [Buildroot] [PATCH v7 33/33] package/libemotion-generic-players: new package Romain Naour
2015-12-08 14:27 ` Yann E. MORIN
2015-12-08 15:25 ` Yann E. MORIN
2015-12-08 22:50 ` Romain Naour
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151207215839.GC14874@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.