Fix module compilation on linux

Former-commit-id: 205c6578fd50e506ec7d6012e73fea0c14c744d9
This commit is contained in:
Youri Hubaut
2015-09-27 15:37:45 +02:00
parent 504452a60b
commit 752518ef14
3 changed files with 20 additions and 0 deletions

View File

@@ -20,3 +20,13 @@ MODULE.OsLibraries.Windows = {
"gdi32"
}
MODULE.OsLibraries.Posix = {
"X11",
"xcb",
"xcb-cursor",
"xcb-ewmh",
"xcb-icccm",
"xcb-keysyms",
"xcb-randr"
}