All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 09/15 v5] package/libdrm: can also use only libudev
Date: Mon,  1 Sep 2014 15:38:21 +0200	[thread overview]
Message-ID: <970c4621d8e04dd8bcfba703dd7afafddc488866.1409578332.git.yann.morin.1998@free.fr> (raw)
In-Reply-To: <cover.1409578332.git.yann.morin.1998@free.fr>

Even if a udev daemon is missing, libdrm can still use just libudev to
enumerate devices.

In case both udev and libudev are enabled, depending on just udev would
be enough to also get libudev (since any udev provider is also a libudev
provider). But it is more logical to have separate conditions for udev
and libudev.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/libdrm/libdrm.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
index cb9d3a9..7fd01e5 100644
--- a/package/libdrm/libdrm.mk
+++ b/package/libdrm/libdrm.mk
@@ -62,9 +62,9 @@ else
 LIBDRM_CONF_OPT += --disable-freedreno-experimental-api
 endif
 
-ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
+ifeq ($(BR2_PACKAGE_HAS_LIBUDEV),y)
 LIBDRM_CONF_OPT += --enable-udev
-LIBDRM_DEPENDENCIES += udev
+LIBDRM_DEPENDENCIES += libudev
 else
 LIBDRM_CONF_OPT += --disable-udev
 endif
-- 
1.9.1

  parent reply	other threads:[~2014-09-01 13:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-01 13:38 [Buildroot] [PATCH 0/15 v5] Introduce libudev (branch yem/libudev2) Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 01/15 v5] support/gen-manual-lists.py: rework generating the virtual package list Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 02/15 v5] package/libudev: new virtual package Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 03/15 v5] package/eudev: is a provider for libudev Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 04/15 v5] package/systemd: " Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 05/15 v5] package/eudev: bump to 1.10 Yann E. MORIN
2014-10-12  7:53   ` Peter Korsgaard
2014-09-01 13:38 ` [Buildroot] [PATCH 06/15 v5] package/eudev: split udev/libudev Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 07/15 v5] package/mesa3d: depends on libudev, not udev Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 08/15 v5] package/libcec: needs libudev, not a udev daemon Yann E. MORIN
2014-09-01 13:38 ` Yann E. MORIN [this message]
2014-09-01 13:38 ` [Buildroot] [PATCH 10/15 v5] package/xdriver_xf86-input-evdev: " Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 11/15 v5] [RFC] package/libatasmart: " Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 12/15 v5] [RFC] package/libinput: " Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 13/15 v5] [RFC] package/libusb: " Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 14/15 v5] [RFC] package/vlc: " Yann E. MORIN
2014-09-01 13:38 ` [Buildroot] [PATCH 15/15 v5] [RFC] package/weston: " Yann E. MORIN
2014-09-06 16:07 ` [Buildroot] [PATCH 0/15 v5] Introduce libudev (branch yem/libudev2) Bernd Kuhls

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=970c4621d8e04dd8bcfba703dd7afafddc488866.1409578332.git.yann.morin.1998@free.fr \
    --to=yann.morin.1998@free.fr \
    --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.