Skip to content

Commit

Permalink
libva/libdrm を言ったん削除してビルドしてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 13, 2024
1 parent 9e42d76 commit c99afb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get -y install libva-dev libdrm-dev libx11-dev
sudo apt-get -y install libx11-dev
- uses: astral-sh/setup-uv@v4
- run: uv python pin 3.13
- run: uv sync
Expand Down
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ find_package(nanobind CONFIG REQUIRED)
if(NOT TARGET_OS STREQUAL "windows")
find_package(Threads REQUIRED)
endif()
if(TARGET_OS STREQUAL "ubuntu" AND NOT CMAKE_CROSSCOMPILING)
find_package(Libva REQUIRED)
find_package(Libdrm REQUIRED)
endif()


nanobind_add_module(
Expand Down

0 comments on commit c99afb8

Please # to comment.