diff --git a/packages/multimedia/openal-soft/meta b/packages/multimedia/openal-soft/meta index d80ac22b8c..da80304a8e 100644 --- a/packages/multimedia/openal-soft/meta +++ b/packages/multimedia/openal-soft/meta @@ -13,7 +13,3 @@ PKG_SHORTDESC="openal: Open Audio Library" PKG_LONGDESC="OpenAL, the Open Audio Library, is a joint effort to create an open, vendor- neutral, cross-platform API for interactive, primarily spatialized audio. OpenAL's primary audience are application developers and desktop users that rely on portable standards like OpenGL, for games and other multimedia applications. OpenAL is already supported by a number of hardware vendors and developers." PKG_IS_ADDON="no" -if [ "$PULSEAUDIO_SUPPORT" = yes ]; then - PKG_DEPENDS="$PKG_DEPENDS pulseaudio" - PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS pulseaudio" -fi