Change the GTK package dependency from "gtk+3" to "gtk3" to match the correct package name
@@ -112,7 +112,7 @@ package("opencv")
end
if package:is_plat("linux") then
if package:config("gtk") then
- package:add("deps", "gtk+3", {optional = true})
+ package:add("deps", "gtk3", {optional = true})
if not package:is_precompiled() then