All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud][PATCH v2] libepoxy: specify x11 as false explicitly when config option x11 not used
@ 2019-10-30 18:53 Eric Ruei
  2019-10-30 18:55 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Ruei @ 2019-10-30 18:53 UTC (permalink / raw)
  To: meta-arago

This is required because the default value of x11 is true if not specified.
Note: This change is already in upstream master/zeus and is only needed
      temporarily in thud.

Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
 .../recipes-graphics/libepoxy/libepoxy_%.bbappend              | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100755 meta-arago-distro/recipes-graphics/libepoxy/libepoxy_%.bbappend

diff --git a/meta-arago-distro/recipes-graphics/libepoxy/libepoxy_%.bbappend b/meta-arago-distro/recipes-graphics/libepoxy/libepoxy_%.bbappend
new file mode 100755
index 00000000..15c373cd
--- /dev/null
+++ b/meta-arago-distro/recipes-graphics/libepoxy/libepoxy_%.bbappend
@@ -0,0 +1,3 @@
+PR_append = ".arago0"
+
+PACKAGECONFIG[x11] = "-Dglx=yes, -Dglx=no -Dx11=false, virtual/libx11 virtual/libgl"
-- 
2.17.1



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

end of thread, other threads:[~2019-10-30 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-30 18:53 [thud][PATCH v2] libepoxy: specify x11 as false explicitly when config option x11 not used Eric Ruei
2019-10-30 18:55 ` Denys Dmytriyenko

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.