From: Alexandru Ardelean <ardeleanalex@gmail.com>
To: buildroot@buildroot.org
Cc: aperez@igalia.com, michael@nosthoff.rocks,
thomas.petazzoni@bootlin.com,
Alexandru Ardelean <ardeleanalex@gmail.com>
Subject: [Buildroot] [PATCH 1/2] package/cog: add udev dependency to drm platform support
Date: Wed, 27 Jul 2022 11:19:52 +0300 [thread overview]
Message-ID: <20220727081953.38627-1-ardeleanalex@gmail.com> (raw)
The DRM platform support already has the 'BR2_PACKAGE_HAS_UDEV' symbol in
package/cog/Config.in
We just need to specify 'udev' as a dependency in the cog.mk file.
The udev virtual package is pulled by libinput anyway, but this makes it
more explicit.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
---
In continuation of:
https://patchwork.ozlabs.org/project/buildroot/patch/20220722070150.40715-1-ardeleanalex@gmail.com/
package/cog/cog.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/cog/cog.mk b/package/cog/cog.mk
index da660eb7c1..95b6220629 100644
--- a/package/cog/cog.mk
+++ b/package/cog/cog.mk
@@ -28,7 +28,7 @@ endif
ifeq ($(BR2_PACKAGE_COG_PLATFORM_DRM),y)
COG_CONF_OPTS += -DCOG_PLATFORM_DRM=ON
-COG_DEPENDENCIES += libdrm libinput libgbm libegl
+COG_DEPENDENCIES += libdrm libinput libgbm libegl udev
else
COG_CONF_OPTS += -DCOG_PLATFORM_DRM=OFF
endif
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2022-07-27 8:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-27 8:19 Alexandru Ardelean [this message]
2022-07-27 8:19 ` [Buildroot] [PATCH 2/2] package/cog: add dep on libgbm's dmabuf & plane-count-modifier features Alexandru Ardelean
2022-09-14 7:33 ` Peter Korsgaard
2022-08-01 20:53 ` [Buildroot] [PATCH 1/2] package/cog: add udev dependency to drm platform support Thomas Petazzoni via buildroot
2022-09-14 7:33 ` Peter Korsgaard
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=20220727081953.38627-1-ardeleanalex@gmail.com \
--to=ardeleanalex@gmail.com \
--cc=aperez@igalia.com \
--cc=buildroot@buildroot.org \
--cc=michael@nosthoff.rocks \
--cc=thomas.petazzoni@bootlin.com \
/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.