Skip to content

Commit

Permalink
add gtk3 libdir
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahahbenny committed Oct 17, 2024
1 parent 826e1a4 commit 94f22b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/w/wxwidgets/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ package("wxwidgets")
wprint("\ncmake may not find Cmath detail in https://github.com/prusa3d/PrusaSlicer/issues/12169\n")
end

io.replace("build/cmake/modules/FindGTK3.cmake", "QUIET", "REQUIRED")
io.replace("build/cmake/modules/FindGTK3.cmake", "FIND_PACKAGE_HANDLE_STANDARD_ARGS(GTK3 DEFAULT_MSG GTK3_INCLUDE_DIRS GTK3_LIBRARIES VERSION_OK)",
[[FIND_PACKAGE_HANDLE_STANDARD_ARGS(GTK3 DEFAULT_MSG GTK3_INCLUDE_DIRS GTK3_LIBRARY_DIRS GTK3_LIBRARIES VERSION_OK)]], {plain = true})
local configs = {"-DwxBUILD_TESTS=OFF",
"-DwxBUILD_SAMPLES=OFF",
"-DwxBUILD_DEMOS=OFF",
Expand Down

0 comments on commit 94f22b2

Please sign in to comment.