2
0
star9029 1 жил өмнө
parent
commit
3d245ad71b

+ 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")