Browse Source

fix x lib

star9029 1 year ago
parent
commit
3d245ad71b
1 changed files with 2 additions and 2 deletions
  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")