浏览代码

fix x lib

star9029 1 年之前
父节点
当前提交
3d245ad71b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/l/libmpeg2/port/xmake.lua

+ 2 - 2
packages/l/libmpeg2/port/xmake.lua

@@ -44,8 +44,8 @@ end
 
 if is_plat("linux", "macosx", "bsd") then
     set_configvar("LIBVO_X11", "1")
-    add_requires("libx11")
-    add_packages("libx11")
+    add_requires("libxext")
+    add_packages("libxext")
 end
 
 target("mpeg2")