sokol: fix compilation of 2048 on some linux distros (undefined XIQueryVersion and XcursorImageCreate)

pull/6205/head
Delyan Angelov 2020-08-23 22:17:05 +03:00
parent 2e589a5b0b
commit fa8f5df817
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pub const (
#flag -I @VROOT/thirdparty/sokol/util #flag -I @VROOT/thirdparty/sokol/util
#flag darwin -fobjc-arc #flag darwin -fobjc-arc
#flag linux -lX11 -lGL #flag linux -lX11 -lGL -lXcursor -lXi
#flag windows -lgdi32 #flag windows -lgdi32