diff mbox

package/vlc: install vlc libraries in staging

Message ID 1435489228-7010-1-git-send-email-romain.naour@openwide.fr
State Accepted
Headers show

Commit Message

Romain Naour June 28, 2015, 11 a.m. UTC
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>
---
 package/vlc/vlc.mk | 3 +++
 1 file changed, 3 insertions(+)

Comments

Bernd Kuhls June 28, 2015, 11:22 a.m. UTC | #1
Romain Naour <romain.naour@openwide.fr> wrote in 
news:1435489228-7010-1-git-send-email-romain.naour@openwide.fr:

> 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-oid7hba3+
9NWj0EZb7rXcA@public.gmane.org>

Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Part of my upcoming freeswitch package will be mod_vlc which links against 
libvlc.so, so I also have this patch in my local queue.

Regards, Bernd
Thomas Petazzoni June 28, 2015, 12:03 p.m. UTC | #2
Dear Romain Naour,

On Sun, 28 Jun 2015 13:00:28 +0200, Romain Naour wrote:
> 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>
> ---
>  package/vlc/vlc.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index acd67ee..bc2966e 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