Pārlūkot izejas kodu

openal: remove pkg extsource

pkg is not yet supported by xmake
Jérôme Leclercq 1 gadu atpakaļ
vecāks
revīzija
5daf74dc4e
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      packages/o/openal-soft/xmake.lua

+ 0 - 2
packages/o/openal-soft/xmake.lua

@@ -18,8 +18,6 @@ package("openal-soft")
         add_extsources("pacman::openal")
     elseif is_plat("linux") then
         add_extsources("pacman::openal", "apt::libopenal-dev")
-     elseif is_plat("bsd") then
-        add_extsources("pkg::openal-soft")    
     elseif is_plat("macosx") then
         add_extsources("brew::openal-soft")
     end