From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Bump libdrm to 2.4.14
Date: Mon, 29 Mar 2010 16:45:26 +0200 [thread overview]
Message-ID: <87bpe7chkp.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1269849170-13244-1-git-send-email-paul@pauljones.id.au> (Paul Jones's message of "Mon, 29 Mar 2010 18:52:50 +1100")
>>>>> "Paul" == Paul Jones <paul@pauljones.id.au> writes:
Paul> Also adds proper dependency information to stop build errors.
Paul> Signed-off-by: Paul Jones <paul@pauljones.id.au>
Paul> ---
Paul> package/libdrm/Config.in | 6 ++++++
Paul> package/libdrm/libdrm.mk | 4 +++-
Paul> 2 files changed, 9 insertions(+), 1 deletions(-)
Paul> diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
Paul> index 3d8a731..e1d35ad 100644
Paul> --- a/package/libdrm/Config.in
Paul> +++ b/package/libdrm/Config.in
Paul> @@ -1,5 +1,11 @@
Paul> config BR2_PACKAGE_LIBDRM
Paul> bool "libdrm"
Paul> + select BR2_PACKAGE_XPROTO_GLPROTO
Paul> + select BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
Paul> + select BR2_PACKAGE_XLIB_LIBXXF86VM
Paul> + select BR2_PACKAGE_XLIB_LIBXMU
Paul> + select BR2_PACKAGE_XPROTO_DRI2PROTO
Paul> + select BR2_PACKAGE_PTHREAD_STUBS
That won't work unless we make libdrm depend on the X stuff, as those
packages are only available when BR2_PACKAGE_XORG7 is enabled - E.G.:
make: *** No rule to make target `xproto_glproto', needed by `libdrm-depends'. Stop.
Care to fix?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2010-03-29 14:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-29 7:52 [Buildroot] [PATCH] Bump libdrm to 2.4.14 Paul Jones
2010-03-29 14:45 ` Peter Korsgaard [this message]
2010-03-29 20:36 ` Paul Jones
-- strict thread matches above, loose matches on Subject: below --
2010-03-31 10:02 Paul Jones
2010-03-31 10:17 ` Paul Jones
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=87bpe7chkp.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--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.