All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-fbturbo: needs dri2 for libump
Date: Sat, 04 Jun 2016 18:41:49 +0200	[thread overview]
Message-ID: <XnsA61DBE325C7EEID313208userindividu@bernd-kuhls.de> (raw)
In-Reply-To: 87y46quffx.fsf@dell.be.48ers.dk

[posted and mailed]

Hi Peter,

Peter Korsgaard <peter@korsgaard.com> wrote in
news:87y46quffx.fsf at dell.be.48ers.dk: 

> > +ifeq ($(BR2_PACKAGE_LIBUMP),y)
> > +XDRIVER_XF86_VIDEO_FBTURBO_DEPENDENCIES += libump
> > +endif
> 
> We should also ensure dri2proto gets built before fbturbo, so I've added
> it to _DEPENDENCIES as well and committed, thanks.

imho this was not necessary, xdriver_xf86-video-fbturbo depends on the
modular xserver_xorg-server 

https://git.busybox.net/buildroot/tree/package/x11r7/Config.in#n147
https://git.busybox.net/buildroot/tree/package/x11r7/Config.in#n164

which already takes care of dri2proto:

https://git.busybox.net/buildroot/tree/package/x11r7/xserver_xorg-server/xs
erver_xorg-server.mk#n207 

ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR),y)
ifeq ($(BR2_PACKAGE_XPROTO_DRI2PROTO),y)
XSERVER_XORG_SERVER_DEPENDENCIES += xproto_dri2proto
XSERVER_XORG_SERVER_CONF_OPTS += --enable-dri2

Regards, Bernd

      reply	other threads:[~2016-06-04 16:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-28 17:17 [Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-fbturbo: needs dri2 for libump Bernd Kuhls
2016-05-31 20:42 ` Peter Korsgaard
2016-06-04 16:41   ` Bernd Kuhls [this message]

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=XnsA61DBE325C7EEID313208userindividu@bernd-kuhls.de \
    --to=bernd.kuhls@t-online.de \
    --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.