Skip to content

Commit 7e898d6

Browse files
qcom-common: drop GL / EGL / GL ES providers (#942)
Stop setting DEFAULT_PROVIDER in the qcom-common.inc. The default-providers.inc already sets them correctly and overriding those values in this file conflicts with the GLVND being enabled.
2 parents f320ca9 + 6e1a291 commit 7e898d6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

conf/machine/include/qcom-common.inc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ XSERVER ?= " \
1616
xf86-input-evdev \
1717
"
1818

19-
PREFERRED_PROVIDER_virtual/egl ?= "mesa"
20-
PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
21-
PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa"
22-
PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa"
23-
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
2419
PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
2520

2621
PREFERRED_PROVIDER_android-tools-conf = "android-tools-conf-configfs"

0 commit comments

Comments
 (0)