fltk: fix fluid config assert

pull/4346/head
star9029 6 months ago
parent 80a93bc571
commit cc3c9277c4
  1. 2
      packages/f/fltk/xmake.lua

@ -36,7 +36,7 @@ package("fltk")
on_load(function (package)
if package:is_plat("linux") then
if package:version() and package:version():eq("1.3.9") then
assert(package:config("fluid"), "Unsupported fluid on linux")
assert(not package:config("fluid"), "package(fltk/1.3.9): Unsupported fluid on linux")
end
if package:config("pango") then
package:add("deps", "pango-1.0", "pangoxft-1.0", "gobject-2.0", "cairo", "pangocairo-1.0")

Loading…
Cancel
Save