Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
numbaa committed Jul 21, 2024
1 parent 8c7ca0c commit 7a90e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ CMakeSettings.json
options-user.cmake
*AppImage
CMakeLists.txt.user
/src/video2


# misc
Expand Down
1 change: 1 addition & 0 deletions cmake/dependencies/linux.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
find_package(VPL REQUIRED PATHS third_party/prebuilt/onevpl/${LT_THIRD_POSTFIX})
find_package(PkgConfig REQUIRED)
pkg_check_modules(GLib REQUIRED IMPORTED_TARGET glib-2.0)
pkg_check_modules(X11 REQUIRED IMPORTED_TARGET x11)
Expand Down

0 comments on commit 7a90e07

Please sign in to comment.