diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-01-12 14:33:41 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-12 14:33:41 -0300 |
commit | ee2272e3a17a5e8497d27d5c1718fce3ecc09ae4 (patch) | |
tree | bf74ba6e7efd5c75be5d98e10c3daa8a8ba17148 | |
parent | 8447220f2fa97b062c0f15d394cfd71d00515870 (diff) | |
parent | 0e478bde152563df13441f03d10bef434abfb238 (diff) | |
download | meta-freescale-ee2272e3a17a5e8497d27d5c1718fce3ecc09ae4.tar.gz |
Merge pull request #1729 from YoeDistro/yoe/pu
cairo: Drop the removed packageconfigs
-rw-r--r-- | recipes-graphics/cairo/cairo_%.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index c61e9a589..bf8c38fc3 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend | |||
@@ -1,6 +1,3 @@ | |||
1 | PACKAGECONFIG:append:imxgpu3d = " egl glesv2" | ||
2 | PACKAGECONFIG:remove:imxgpu3d = "opengl" | ||
3 | |||
4 | # links with imx-gpu libs which are pre-built for glibc | 1 | # links with imx-gpu libs which are pre-built for glibc |
5 | # gcompat will address it during runtime | 2 | # gcompat will address it during runtime |
6 | LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" | 3 | LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" |