Build: Fix linking for audio and utility system for POSIX

Former-commit-id: 4be274b9e7b9be6a62bde87ae2629cc87da3f1de
This commit is contained in:
Lynix
2016-05-30 08:50:49 +02:00
parent bffa500d88
commit d4bc32717f
2 changed files with 14 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
MODULE.Name = "Utility"
MODULE.Libraries = {
"freetype-s",
"NazaraCore",
"stb_image"
}
@@ -17,10 +16,12 @@ MODULE.OsFiles.Posix = {
}
MODULE.OsLibraries.Windows = {
"freetype-s",
"gdi32"
}
MODULE.OsLibraries.Posix = {
"freetype",
"X11",
"xcb",
"xcb-cursor",