Skip to content

Commit

Permalink
change the gtk3 packagedeps to glib harfbuzz and cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahahbenny committed Sep 29, 2024
1 parent 6967fbf commit be78124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/w/wxwidgets/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ package("wxwidgets")
table.insert(configs, "-DGTK3_LIBRARIES=" .. table.concat(libgtk3.links, ";"))
end
end
import("package.tools.cmake").install(package, configs, {packagedeps = {"pango", "at-spi2-core", "gtk3", "gdk-pixbuf"}})
import("package.tools.cmake").install(package, configs, {packagedeps = {"pango", "at-spi2-core", "gdk-pixbuf", "glib", "harfbuzz", "cairo"}})
local version = package:version()
local subdir = "wx-" .. version:major() .. "." .. version:minor()
local setupdir = package:is_plat("macosx") and "osx" or "gtk"
Expand Down

0 comments on commit be78124

Please sign in to comment.