-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
d/rules: remove all .pc from imx-gpu-viv-wayland-dev
We are using the ones from Debian which correctly using the multi-arch triplet for shared libraries' paths. Related-to: TCCP-910 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
- Loading branch information
1 parent
6a3e725
commit 7adf55b
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
gpu-core/usr/include/* /usr/include/ | ||
gpu-core/usr/lib/pkgconfig /usr/lib/aarch64-linux-gnu/ | ||
gpu-core/usr/include/*.h /usr/include/ | ||
gpu-core/usr/include/EGL/eglplatform.h /usr/include/EGL/ | ||
gpu-core/usr/include/EGL/eglvivante.h /usr/include/EGL/ | ||
gpu-core/usr/include/GLES/gl.h /usr/include/GLES/ | ||
gpu-core/usr/include/GLES/glext.h /usr/include/GLES/ | ||
gpu-core/usr/include/GLES/glplatform.h /usr/include/GLES/ | ||
gpu-core/usr/include/GLES/glrename.h /usr/include/GLES/ | ||
gpu-core/usr/include/GLES/glunname.h /usr/include/GLES/ | ||
gpu-core/usr/include/GLES2/gl2ext.h /usr/include/GLES2/ | ||
gpu-core/usr/include/GLES2/gl2platform.h /usr/include/GLES2/ | ||
gpu-core/usr/include/GLES2/gl2rename.h /usr/include/GLES2/ | ||
gpu-core/usr/include/GLES2/gl2unname.h /usr/include/GLES2/ | ||
gpu-core/usr/include/GLES3/gl3rename.h /usr/include/GLES3/ | ||
gpu-core/usr/include/GLES3/gl3unname.h /usr/include/GLES3/ | ||
gpu-core/usr/include/HAL /usr/include/ | ||
gpu-core/usr/include/VG /usr/include/ | ||
gpu-core/usr/include/VX /usr/include/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters