diff options
author | nia <nia@pkgsrc.org> | 2020-10-08 10:42:48 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-10-08 10:42:48 +0000 |
commit | 46970a5f7558875e9a3919c9cf4605d418655688 (patch) | |
tree | 6a36e563b54a5c010c7c587d8f28ee94e7ec7243 /mk/emulator | |
parent | cd74670e1ffbd682328e86ea759a14761e2643c8 (diff) | |
download | pkgsrc-46970a5f7558875e9a3919c9cf4605d418655688.tar.gz |
Add OpenAL to the SUSE 13.1 Linux emulation subsystem
Diffstat (limited to 'mk/emulator')
-rw-r--r-- | mk/emulator/linux.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/emulator/linux.mk b/mk/emulator/linux.mk index 4b3d373873a..2b5505a0e66 100644 --- a/mk/emulator/linux.mk +++ b/mk/emulator/linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: linux.mk,v 1.32 2019/03/17 01:13:21 tsutsui Exp $ +# $NetBSD: linux.mk,v 1.33 2020/10/08 10:42:49 nia Exp $ # # Linux binary emulation framework # @@ -98,6 +98,7 @@ _EMUL_MODULES+= lsb _EMUL_MODULES+= motif _EMUL_MODULES+= nspr _EMUL_MODULES+= nss +_EMUL_MODULES+= openal _EMUL_MODULES+= openldap _EMUL_MODULES+= openssl _EMUL_MODULES+= png |