[SWDEV-536176] libdrm_amdgpu depdency change (#448)

* Cmake fix updates
* Next fix will be addressing libdrm further

---------

Signed-off-by: adapryor <Adam.pryor@amd.com>
Signed-off-by: Justin Williams <juwillia@amd.com>
This commit is contained in:
Arif, Maisam
2025-08-27 09:32:51 -05:00
committed by GitHub
parent b13fc16d60
commit 652761de54
8 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
run: sudo apt-get install -y g++
- name: Install libdrm
run: sudo apt-get install -y libdrm-dev
run: sudo apt-get install -y libdrm-amdgpu-dev
- name: Install DOxygen
run: sudo apt-get install -y doxygen