mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/vlc: add optional dependency to libsecret
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
02091bcc25
commit
02cc1e7706
@ -74,7 +74,6 @@ VLC_CONF_OPTS += \
|
|||||||
--disable-notify \
|
--disable-notify \
|
||||||
--disable-projectm \
|
--disable-projectm \
|
||||||
--disable-schroedinger \
|
--disable-schroedinger \
|
||||||
--disable-secret \
|
|
||||||
--disable-soxr \
|
--disable-soxr \
|
||||||
--disable-shine \
|
--disable-shine \
|
||||||
--disable-shout \
|
--disable-shout \
|
||||||
@ -338,6 +337,13 @@ else
|
|||||||
VLC_CONF_OPTS += --disable-samplerate
|
VLC_CONF_OPTS += --disable-samplerate
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBSECRET),y)
|
||||||
|
VLC_CONF_OPTS += --enable-secret
|
||||||
|
VLC_DEPENDENCIES += libsecret
|
||||||
|
else
|
||||||
|
VLC_CONF_OPTS += --disable-secret
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBSSH2),y)
|
ifeq ($(BR2_PACKAGE_LIBSSH2),y)
|
||||||
VLC_CONF_OPTS += --enable-sftp
|
VLC_CONF_OPTS += --enable-sftp
|
||||||
VLC_DEPENDENCIES += libssh2
|
VLC_DEPENDENCIES += libssh2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user