Commit 5c88871
committed
graphics(weston-simple-egl): fix overlay detection for Adreno GLVND vendor JSON
The test previously detected overlay builds only when a file matching
/usr/share/glvnd/egl_vendor.d/*EGL_adreno.json existed. Some images use
the GLVND vendor filename 10_adreno.json instead, causing overlay builds
to be misclassified as base.
Update detection to scan common GLVND vendor directories and accept both
*adreno*.json and *EGL_adreno*.json patterns. Log the detected vendor
JSON path when overlay is present.
Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>1 parent 3a3f834 commit 5c88871
1 file changed
Lines changed: 19 additions & 11 deletions
Lines changed: 19 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
68 | 76 | | |
69 | | - | |
| 77 | + | |
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
73 | | - | |
| 81 | + | |
74 | 82 | | |
75 | 83 | | |
76 | 84 | | |
77 | 85 | | |
78 | | - | |
| 86 | + | |
79 | 87 | | |
80 | 88 | | |
81 | 89 | | |
82 | | - | |
| 90 | + | |
83 | 91 | | |
84 | 92 | | |
85 | 93 | | |
| |||
0 commit comments