All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-vmware: fix compilation without udev
@ 2016-12-18 14:32 Bernd Kuhls
  2017-03-01 22:40 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2016-12-18 14:32 UTC (permalink / raw)
  To: buildroot

https://cgit.freedesktop.org/xorg/driver/xf86-video-vmware/commit/configure.ac?id=755e38f373a511bd774a61c9420a67f630f71037
added a check for libudev which fails if the check is not disabled.

Fixes
http://autobuild.buildroot.net/results/7b3/7b38105dd1115ac622964cf243ac137b7624fb43/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../x11r7/xdriver_xf86-video-vmware/xdriver_xf86-video-vmware.mk   | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/x11r7/xdriver_xf86-video-vmware/xdriver_xf86-video-vmware.mk b/package/x11r7/xdriver_xf86-video-vmware/xdriver_xf86-video-vmware.mk
index ef262f894..1b2066d27 100644
--- a/package/x11r7/xdriver_xf86-video-vmware/xdriver_xf86-video-vmware.mk
+++ b/package/x11r7/xdriver_xf86-video-vmware/xdriver_xf86-video-vmware.mk
@@ -11,4 +11,11 @@ XDRIVER_XF86_VIDEO_VMWARE_LICENSE = MIT
 XDRIVER_XF86_VIDEO_VMWARE_LICENSE_FILES = COPYING
 XDRIVER_XF86_VIDEO_VMWARE_DEPENDENCIES = mesa3d xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xineramaproto xproto_xproto
 
+ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
+XDRIVER_XF86_VIDEO_VMWARE_CONF_OPTS += --with-libudev
+XDRIVER_XF86_VIDEO_VMWARE_DEPENDENCIES += udev
+else
+XDRIVER_XF86_VIDEO_VMWARE_CONF_OPTS += --without-libudev
+endif
+
 $(eval $(autotools-package))
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-vmware: fix compilation without udev
  2016-12-18 14:32 [Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-vmware: fix compilation without udev Bernd Kuhls
@ 2017-03-01 22:40 ` Thomas Petazzoni
  2017-03-02  7:12   ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2017-03-01 22:40 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 18 Dec 2016 15:32:46 +0100, Bernd Kuhls wrote:
> https://cgit.freedesktop.org/xorg/driver/xf86-video-vmware/commit/configure.ac?id=755e38f373a511bd774a61c9420a67f630f71037
> added a check for libudev which fails if the check is not disabled.
> 
> Fixes
> http://autobuild.buildroot.net/results/7b3/7b38105dd1115ac622964cf243ac137b7624fb43/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  .../x11r7/xdriver_xf86-video-vmware/xdriver_xf86-video-vmware.mk   | 7 +++++++
>  1 file changed, 7 insertions(+)

Applied to master, thanks. Peter, this one could go to the LTS branch.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-vmware: fix compilation without udev
  2017-03-01 22:40 ` Thomas Petazzoni
@ 2017-03-02  7:12   ` Peter Korsgaard
  2017-03-02 11:32     ` Baruch Siach
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2017-03-02  7:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Hello,
 > On Sun, 18 Dec 2016 15:32:46 +0100, Bernd Kuhls wrote:
 >> https://cgit.freedesktop.org/xorg/driver/xf86-video-vmware/commit/configure.ac?id=755e38f373a511bd774a61c9420a67f630f71037
 >> added a check for libudev which fails if the check is not disabled.
 >> 
 >> Fixes
 >> http://autobuild.buildroot.net/results/7b3/7b38105dd1115ac622964cf243ac137b7624fb43/
 >> 
 >> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 >> ---
 >> .../x11r7/xdriver_xf86-video-vmware/xdriver_xf86-video-vmware.mk   | 7 +++++++
 >> 1 file changed, 7 insertions(+)

 > Applied to master, thanks. Peter, this one could go to the LTS branch.

Thanks, applied to 2017.02.x.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-vmware: fix compilation without udev
  2017-03-02  7:12   ` Peter Korsgaard
@ 2017-03-02 11:32     ` Baruch Siach
  2017-03-03 19:32       ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2017-03-02 11:32 UTC (permalink / raw)
  To: buildroot

Hi Peter,

On Thu, Mar 02, 2017 at 08:12:50AM +0100, Peter Korsgaard wrote:
> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
>  > Applied to master, thanks. Peter, this one could go to the LTS branch.
> 
> Thanks, applied to 2017.02.x.

Is there a reason why 2017.02.x branch commits are not posted to the list? 
Commits to the 2016.11.x branch used to appear on the list.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-vmware: fix compilation without udev
  2017-03-02 11:32     ` Baruch Siach
@ 2017-03-03 19:32       ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2017-03-03 19:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Hi Peter,
 > On Thu, Mar 02, 2017 at 08:12:50AM +0100, Peter Korsgaard wrote:
 >> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
 >> > Applied to master, thanks. Peter, this one could go to the LTS branch.
 >> 
 >> Thanks, applied to 2017.02.x.

 > Is there a reason why 2017.02.x branch commits are not posted to the list? 
 > Commits to the 2016.11.x branch used to appear on the list.

They are (I see them at least). I think the issue is just that the
send-mail script has a minor bug when a new branch is pushed. In that
case it sends a small mail saying 'new branch created', and forgets to
send a notification mail for the individual commits added in that push.

I did my initial push with 3 commits, that is why no notification is
sent for those 3 commits.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-03 19:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-18 14:32 [Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-vmware: fix compilation without udev Bernd Kuhls
2017-03-01 22:40 ` Thomas Petazzoni
2017-03-02  7:12   ` Peter Korsgaard
2017-03-02 11:32     ` Baruch Siach
2017-03-03 19:32       ` Peter Korsgaard

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.