Skip to content

Commit

Permalink
test libx11 xcb header
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Sep 17, 2024
1 parent eec688e commit 1acc312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/l/libx11/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ package("libx11")
end)

on_test(function (package)
assert(package:has_cfuncs("XOpenDisplay", {includes = "X11/Xlib.h"}))
assert(package:has_cfuncs("XOpenDisplay", {includes = "X11/Xlib-xcb.h"}))
end)

0 comments on commit 1acc312

Please sign in to comment.