Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] omxplayer: add missing dependency on alsa-lib
@ 2017-12-04 23:30 Julius Kriukas
  2017-12-05 17:17 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Julius Kriukas @ 2017-12-04 23:30 UTC (permalink / raw)
  To: buildroot

Omxplayer depends on alsa-lib. This patch fixes:

http://autobuild.buildroot.net/results/652/65212c59a37398681b341263bd76ba8a65ff7828

Signed-off-by: Julius Kriukas <julius@kriukas.lt>
---
 package/omxplayer/Config.in    | 1 +
 package/omxplayer/omxplayer.mk | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/omxplayer/Config.in b/package/omxplayer/Config.in
index b417aa3b0b..67367cf123 100644
--- a/package/omxplayer/Config.in
+++ b/package/omxplayer/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_OMXPLAYER
 	depends on BR2_TOOLCHAIN_HAS_THREADS # boost, libusb
 	depends on BR2_USE_WCHAR # boost
 	depends on BR2_PACKAGE_RPI_USERLAND
+	select BR2_PACKAGE_ALSA_LIB
 	select BR2_PACKAGE_BOOST
 	select BR2_PACKAGE_DBUS
 	select BR2_PACKAGE_FFMPEG
diff --git a/package/omxplayer/omxplayer.mk b/package/omxplayer/omxplayer.mk
index 6e92250438..6999269161 100644
--- a/package/omxplayer/omxplayer.mk
+++ b/package/omxplayer/omxplayer.mk
@@ -10,7 +10,7 @@ OMXPLAYER_LICENSE = GPL-2.0+
 OMXPLAYER_LICENSE_FILES = COPYING
 
 OMXPLAYER_DEPENDENCIES = \
-	host-pkgconf boost dbus ffmpeg freetype libidn libusb pcre \
+	host-pkgconf alsa-lib boost dbus ffmpeg freetype libidn libusb pcre \
 	rpi-userland zlib
 
 OMXPLAYER_EXTRA_CFLAGS = \
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-05 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-04 23:30 [Buildroot] [PATCH 1/1] omxplayer: add missing dependency on alsa-lib Julius Kriukas
2017-12-05 17:17 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox