diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-06-28 13:00:28 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-28 14:02:39 +0200 |
commit | 45ea3228a1fd7669bfe5ad0937958b49bb62a035 (patch) | |
tree | 23657b5bb079b33795af676ccb32a6ccaefe9009 /package/vlc | |
parent | eab1756c19c786480ff79a4a9df616c6b635ec8f (diff) | |
download | buildroot-45ea3228a1fd7669bfe5ad0937958b49bb62a035.tar.gz buildroot-45ea3228a1fd7669bfe5ad0937958b49bb62a035.zip |
package/vlc: install vlc libraries in staging
Although no package seems to link against vlc libraries right now, these
libraries will be necessary for upcoming new efl emotion-generic-players
package.
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/vlc')
-rw-r--r-- | package/vlc/vlc.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk index acd67ee0f1..bc2966eed0 100644 --- a/package/vlc/vlc.mk +++ b/package/vlc/vlc.mk @@ -12,6 +12,9 @@ VLC_LICENSE_FILES = COPYING COPYING.LIB VLC_DEPENDENCIES = host-pkgconf VLC_AUTORECONF = YES +# Install vlc libraries in staging. +VLC_INSTALL_STAGING = YES + # VLC defines two autoconf functions which are also defined by our own pkg.m4 # from pkgconf. Unfortunately, they are defined in a different way: VLC adds # --enable- options, but pkg.m4 adds --with- options. To make sure we use |