mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
gvfs: enable gphoto2
Enable gphoto2 if libgphoto2 and libgudev are available Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3525b36699
commit
4439eda857
@ -23,7 +23,6 @@ GVFS_CONF_OPTS = \
|
|||||||
--disable-gdu \
|
--disable-gdu \
|
||||||
--disable-goa \
|
--disable-goa \
|
||||||
--disable-google \
|
--disable-google \
|
||||||
--disable-gphoto2 \
|
|
||||||
--disable-keyring \
|
--disable-keyring \
|
||||||
--disable-libmtp \
|
--disable-libmtp \
|
||||||
--disable-udisks2
|
--disable-udisks2
|
||||||
@ -99,6 +98,13 @@ else
|
|||||||
GVFS_CONF_OPTS += --disable-afp
|
GVFS_CONF_OPTS += --disable-afp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBGPHOTO2)$(BR2_PACKAGE_LIBGUDEV),yy)
|
||||||
|
GVFS_DEPENDENCIES += libgphoto2 libgudev
|
||||||
|
GVFS_CONF_OPTS += --enable-gphoto2
|
||||||
|
else
|
||||||
|
GVFS_CONF_OPTS += --disable-gphoto2
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
|
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
|
||||||
GVFS_CONF_OPTS += --enable-gtk
|
GVFS_CONF_OPTS += --enable-gtk
|
||||||
GVFS_DEPENDENCIES += libgtk3
|
GVFS_DEPENDENCIES += libgtk3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user