From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/2] package/libva-intel-driver: Do not depend on xorg
Date: Sat, 18 Oct 2014 16:24:03 +0200 [thread overview]
Message-ID: <54427803.60005@mind.be> (raw)
In-Reply-To: <1413557257-25254-2-git-send-email-bernd.kuhls@t-online.de>
On 17/10/14 16:47, Bernd Kuhls wrote:
> This patch reverts
> http://git.buildroot.net/buildroot/commit/package/libva-intel-driver/Config.in?id=062bacfa67688b2747412a30ddeb996449d1c6df
>
> By removing the xorg dependency of libpciaccess the libdrm package, and
> therefore also libva-intel-driver, does not depend on xorg any longer.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> ---
> v2: no changes
>
> package/libva-intel-driver/Config.in | 11 +++--------
> 1 file changed, 3 insertions(+), 8 deletions(-)
>
> diff --git a/package/libva-intel-driver/Config.in b/package/libva-intel-driver/Config.in
> index cac2fed..a0f397b 100644
> --- a/package/libva-intel-driver/Config.in
> +++ b/package/libva-intel-driver/Config.in
> @@ -3,11 +3,10 @@ config BR2_PACKAGE_LIBVA_INTEL_DRIVER
> select BR2_PACKAGE_LIBVA
> select BR2_PACKAGE_LIBDRM
> select BR2_PACKAGE_LIBDRM_INTEL
> - select BR2_PACKAGE_XLIB_LIBX11
> - select BR2_PACKAGE_XLIB_LIBXEXT
> - select BR2_PACKAGE_XLIB_LIBXFIXES
> + select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
> + select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
> + select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XORG7
> depends on BR2_i386 || BR2_x86_64
> - depends on BR2_PACKAGE_XORG7 # libdrm intel
> depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm/libpthread-stubs
> depends on BR2_LARGEFILE # libdrm
> depends on !BR2_PREFER_STATIC_LIB # libva
> @@ -20,7 +19,3 @@ comment "libva intel driver needs a toolchain w/ largefile, threads, dynamic lib
> depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || \
> BR2_PREFER_STATIC_LIB
> depends on BR2_i386 || BR2_x86_64
> -
> -comment "libva intel driver needs X.org"
> - depends on BR2_i386 || BR2_x86_64
> - depends on !BR2_PACKAGE_XORG7
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2014-10-18 14:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-17 14:47 [Buildroot] [PATCH v2 1/2] xlib_libpciaccess: Rename package to libpciaccess Bernd Kuhls
2014-10-17 14:47 ` [Buildroot] [PATCH v2 2/2] package/libva-intel-driver: Do not depend on xorg Bernd Kuhls
2014-10-18 14:24 ` Arnout Vandecappelle [this message]
2014-10-18 14:21 ` [Buildroot] [PATCH v2 1/2] xlib_libpciaccess: Rename package to libpciaccess Arnout Vandecappelle
2014-10-19 10:11 ` Thomas Petazzoni
2014-10-19 10:13 ` Thomas Petazzoni
2014-10-19 11:07 ` Bernd Kuhls
[not found] ` <E1XfoKe-0003Xk-Sb@fli4l.lan.fli4l>
2014-10-19 11:27 ` Thomas Petazzoni
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=54427803.60005@mind.be \
--to=arnout@mind.be \
--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.