summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-03-30 01:15:12 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-30 11:31:37 +0200
commite97771963436b9c2b20a5ca6d9de13cd45b1dc97 (patch)
tree9613848cc5c1b63a5950c7a10c7402f68ceb1af8
parent694c876e55116cae80522539a347c9fee9bf487d (diff)
downloadbuildroot-e97771963436b9c2b20a5ca6d9de13cd45b1dc97.tar.gz
buildroot-e97771963436b9c2b20a5ca6d9de13cd45b1dc97.zip
package/xbmc: add missing dependency to libgles and libegl
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/xbmc/xbmc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk
index 6dbbb7dba7..9e346bdc4e 100644
--- a/package/xbmc/xbmc.mk
+++ b/package/xbmc/xbmc.mk
@@ -14,7 +14,7 @@ XBMC_LICENSE_FILES = LICENSE.GPL
# http://wiki.xbmc.org/index.php?title=TexturePacker
XBMC_DEPENDENCIES = host-gperf host-lzo host-sdl_image host-swig
XBMC_DEPENDENCIES += boost bzip2 expat flac fontconfig freetype jasper jpeg \
- libass libcdio libcurl libfribidi libgcrypt libmad libmodplug libmpeg2 \
+ libass libcdio libcurl libegl libfribidi libgcrypt libgles libmad libmodplug libmpeg2 \
libogg libplist libpng libsamplerate libungif libvorbis libxml2 lzo ncurses \
openssl pcre python readline sqlite taglib tiff tinyxml yajl zlib
OpenPOWER on IntegriCloud