Skip to content

Commit 4367726

Browse files
authored
Merge pull request #1108 from liuli-neko/master
add apt::libopencv-dev
2 parents cc2b840 + 74d4cfc commit 4367726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/o/opencv/xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ package("opencv")
6565
if is_plat("macosx") then
6666
add_frameworks("Foundation", "CoreFoundation", "CoreGraphics", "AppKit", "OpenCL", "Accelerate")
6767
elseif is_plat("linux") then
68+
add_extsources("pacman::opencv", "apt::libopencv-dev")
6869
add_syslinks("pthread", "dl")
6970
elseif is_plat("windows", "mingw") then
7071
add_syslinks("gdi32", "user32", "glu32", "opengl32", "advapi32", "comdlg32", "ws2_32")

0 commit comments

Comments
 (0)