|
@@ -44,7 +44,7 @@ package("glfw")
|
|
|
table.insert(configs, "-DUSE_MSVC_RUNTIME_LIBRARY_DLL=" .. (package:config("vs_runtime"):startswith("MT") and "OFF" or "ON"))
|
|
|
end
|
|
|
if package:is_plat("linux") then
|
|
|
- import("package.tools.cmake").install(package, configs, {packagedeps = {"libxrender", "libxfixes", "libxext"}})
|
|
|
+ import("package.tools.cmake").install(package, configs, {packagedeps = {"libxrender", "libxfixes", "libxext", "libx11"}})
|
|
|
else
|
|
|
import("package.tools.cmake").install(package, configs)
|
|
|
end
|