Loading package/spice/Config.in +8 −0 Original line number Diff line number Diff line Loading @@ -33,4 +33,12 @@ config BR2_PACKAGE_SPICE_CLIENT select BR2_PACKAGE_XLIB_LIBXFIXES select BR2_PACKAGE_XLIB_LIBXRANDR config BR2_PACKAGE_SPICE_GUI bool "Enable GUI" depends on BR2_PACKAGE_SPICE_CLIENT select BR2_PACKAGE_CEGUI06 help Say 'y' here to enable the Graphical User Interface (GUI) start dialog. endif # BR2_PACKAGE_SPICE package/spice/spice.mk +7 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ SPICE_DEPENDENCIES = \ # quite deep if we try to enable some features, and I have not tested that. SPICE_CONF_OPT = \ --disable-tunnel \ --disable-gui \ --disable-opengl \ --disable-smartcard \ --disable-automated-tests \ Loading @@ -38,6 +37,13 @@ else SPICE_CONF_OPT += --disable-client endif ifeq ($(BR2_PACKAGE_SPICE_GUI),y) SPICE_CONF_OPT += --enable-gui SPICE_DEPENDENCIES += cegui06 else SPICE_CONF_OPT += --disable-gui endif SPICE_CONF_ENV = PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages SPICE_MAKE_ENV = PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages Loading Loading
package/spice/Config.in +8 −0 Original line number Diff line number Diff line Loading @@ -33,4 +33,12 @@ config BR2_PACKAGE_SPICE_CLIENT select BR2_PACKAGE_XLIB_LIBXFIXES select BR2_PACKAGE_XLIB_LIBXRANDR config BR2_PACKAGE_SPICE_GUI bool "Enable GUI" depends on BR2_PACKAGE_SPICE_CLIENT select BR2_PACKAGE_CEGUI06 help Say 'y' here to enable the Graphical User Interface (GUI) start dialog. endif # BR2_PACKAGE_SPICE
package/spice/spice.mk +7 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ SPICE_DEPENDENCIES = \ # quite deep if we try to enable some features, and I have not tested that. SPICE_CONF_OPT = \ --disable-tunnel \ --disable-gui \ --disable-opengl \ --disable-smartcard \ --disable-automated-tests \ Loading @@ -38,6 +37,13 @@ else SPICE_CONF_OPT += --disable-client endif ifeq ($(BR2_PACKAGE_SPICE_GUI),y) SPICE_CONF_OPT += --enable-gui SPICE_DEPENDENCIES += cegui06 else SPICE_CONF_OPT += --disable-gui endif SPICE_CONF_ENV = PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages SPICE_MAKE_ENV = PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages Loading