Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] why qt5webengine dependencies?
@ 2019-03-12 10:21 Martin Kepplinger
  2019-03-12 15:53 ` Martin Kepplinger
  2019-03-12 23:33 ` Peter Seiderer
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Kepplinger @ 2019-03-12 10:21 UTC (permalink / raw)
  To: buildroot

hi Gael,

why does qt5webengine in buildroot have a dependency on
* udev:
I apply the following patch and create /dev/shm at runtime, which works
out just fine. At least a build-depencency is questionable, isn't it?
--- a/src/core/config/linux.pri
+++ b/src/core/config/linux.pri
@@ -8,7 +8,7 @@ gn_args += \
     use_gnome_keyring=false \
     use_kerberos=false \
     linux_use_bundled_binutils=false \
-    use_udev=true \
+    use_udev=false \
     use_bundled_fontconfig=false


* OpenGL backend:
I'm yet to test this, but Qt webengine semms to support building with
"no-opengl" since 5.8! And there's QT_WEBENGINE_DISABLE_GPU at runtime,
so...


My question is: why the dependencies?

thanks,

                                martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3616 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190312/40348415/attachment.bin>

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

end of thread, other threads:[~2019-03-15  7:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-12 10:21 [Buildroot] why qt5webengine dependencies? Martin Kepplinger
2019-03-12 15:53 ` Martin Kepplinger
2019-03-12 23:33 ` Peter Seiderer
2019-03-15  7:17   ` Martin Kepplinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox