Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Jones <paul.jones@iwtech.com.au>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Bump libdrm to 2.4.14
Date: Tue, 30 Mar 2010 07:36:57 +1100	[thread overview]
Message-ID: <4BB10F69.9070107@iwtech.com.au> (raw)
In-Reply-To: <87bpe7chkp.fsf@macbook.be.48ers.dk>

On 30/03/2010 1:45 AM, Peter Korsgaard wrote:
>>>>>> "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?
>    
I should have put a "depends on BR2_PACKAGE_XORG7" in there, as that's 
the first thing that's listed under dependencies on the libdrm website. 
There was something in my configuration that selected libdrm when I 
enabled X so I'll dig around and see if I can make it work better.

  reply	other threads:[~2010-03-29 20:36 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
2010-03-29 20:36   ` Paul Jones [this message]
  -- 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=4BB10F69.9070107@iwtech.com.au \
    --to=paul.jones@iwtech.com.au \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox