X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=configure.ac;h=07f5c6b0eed573b29f919bcf1b4a1e7884c70b1c;hp=ee8130bfbd04546136f0630c9dde062f6edfb2ce;hb=05c76c6e893a73ffac2c11a67650db0b592af90a;hpb=7288e206fc90a44904caed6fd00ec543453bee95 diff --git a/configure.ac b/configure.ac index ee8130b..07f5c6b 100644 --- a/configure.ac +++ b/configure.ac @@ -46,6 +46,25 @@ AC_CHECK_LIB([xmlccwrap], [exit], [LIBXMLCCWRAP_LIBS="-lxmlccwrap"], [AC_MSG_ERR AC_SUBST(LIBXMLCCWRAP_LIBS) AC_LANG_POP +AC_ARG_WITH(remote-keyboard, + AC_HELP_STRING([--with-remote-keyboard], [use remote keyboard on dvbapp, yes or no]), + [[withrckbd=$withval]], + [[withrckbd=no]] +) +if test x"$withrckbd" != xno ; then + AC_DEFINE(VUPLUS_USE_RCKBD, 1,[Define when using a rc-keyboard on dvbapp]) +fi + +AC_ARG_WITH(set-right-half-vfd-skin, + AC_HELP_STRING([--with-set-right-half-vfd-skin], [display right_half_vfd_icons from skin(for ultimo), yes or no]), + [[setrighthalfvfdskin=$withval]], + [[setrighthalfvfdskin=no]] +) +if test x"$setrighthalfvfdskin" != xno ; then + AC_DEFINE(SET_RIGHT_HALF_VFD_SKIN, 1,[Define when display right_half_vfd_icons from skin, for ultimo]) +fi +AM_CONDITIONAL(SET_RIGHT_HALF_VFD_SKIN, test x"$setrighthalfvfdskin" != xno) + AC_ARG_WITH(libsdl, AS_HELP_STRING([--with-libsdl],[use libsdl, yes or no]), [with_libsdl=$withval],[with_libsdl=no]) @@ -161,6 +180,22 @@ lib/python/Plugins/Extensions/SocketMMI/meta/Makefile lib/python/Plugins/Extensions/SocketMMI/src/Makefile lib/python/Plugins/Extensions/TuxboxPlugins/Makefile lib/python/Plugins/Extensions/TuxboxPlugins/meta/Makefile +lib/python/Plugins/Extensions/WebBrowser/Makefile +lib/python/Plugins/Extensions/WebBrowser/meta/Makefile +lib/python/Plugins/Extensions/WebBrowser/keymap/Makefile +lib/python/Plugins/Extensions/WebBrowser/desc/Makefile +lib/python/Plugins/Extensions/VuplusEvent/Makefile +lib/python/Plugins/Extensions/VuplusEvent/meta/Makefile +lib/python/Plugins/Extensions/StreamTV/Makefile +lib/python/Plugins/Extensions/StreamTV/meta/Makefile +lib/python/Plugins/Extensions/StreamTV/icons/Makefile +lib/python/Plugins/Extensions/DLNAServer/Makefile +lib/python/Plugins/Extensions/DLNAServer/meta/Makefile +lib/python/Plugins/Extensions/DLNABrowser/Makefile +lib/python/Plugins/Extensions/DLNABrowser/meta/Makefile +lib/python/Plugins/Extensions/HbbTV/Makefile +lib/python/Plugins/Extensions/HbbTV/meta/Makefile +lib/python/Plugins/Extensions/HbbTV/locale/Makefile lib/python/Plugins/SystemPlugins/CleanupWizard/Makefile lib/python/Plugins/SystemPlugins/CleanupWizard/meta/Makefile lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/Makefile @@ -211,8 +246,36 @@ lib/python/Plugins/SystemPlugins/ManualFancontrol/Makefile lib/python/Plugins/SystemPlugins/ManualFancontrol/meta/Makefile lib/python/Plugins/SystemPlugins/Blindscan/Makefile lib/python/Plugins/SystemPlugins/Blindscan/meta/Makefile -lib/python/Plugins/SystemPlugins/WebBrowser/Makefile -lib/python/Plugins/SystemPlugins/WebBrowser/meta/Makefile +lib/python/Plugins/SystemPlugins/RemoteControlCode/Makefile +lib/python/Plugins/SystemPlugins/RemoteControlCode/meta/Makefile +lib/python/Plugins/SystemPlugins/UI3DSetup/Makefile +lib/python/Plugins/SystemPlugins/UI3DSetup/meta/Makefile +lib/python/Plugins/SystemPlugins/UIPositionSetup/Makefile +lib/python/Plugins/SystemPlugins/UIPositionSetup/meta/Makefile +lib/python/Plugins/SystemPlugins/HDMICEC/Makefile +lib/python/Plugins/SystemPlugins/HDMICEC/components/Makefile +lib/python/Plugins/SystemPlugins/HDMICEC/meta/Makefile +lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/Makefile +lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/meta/Makefile +lib/python/Plugins/SystemPlugins/FirmwareUpgrade/Makefile +lib/python/Plugins/SystemPlugins/FirmwareUpgrade/meta/Makefile +lib/python/Plugins/SystemPlugins/CrashReport/Makefile +lib/python/Plugins/SystemPlugins/CrashReport/meta/Makefile +lib/python/Plugins/SystemPlugins/3GModemManager/Makefile +lib/python/Plugins/SystemPlugins/3GModemManager/meta/Makefile +lib/python/Plugins/SystemPlugins/3GModemManager/script/Makefile +lib/python/Plugins/SystemPlugins/WirelessAccessPoint/Makefile +lib/python/Plugins/SystemPlugins/WirelessAccessPoint/meta/Makefile +lib/python/Plugins/SystemPlugins/ZappingModeSelection/Makefile +lib/python/Plugins/SystemPlugins/ZappingModeSelection/meta/Makefile +lib/python/Plugins/SystemPlugins/DeviceManager/Makefile +lib/python/Plugins/SystemPlugins/DeviceManager/meta/Makefile +lib/python/Plugins/SystemPlugins/DeviceManager/locale/Makefile +lib/python/Plugins/SystemPlugins/TransCodingSetup/Makefile +lib/python/Plugins/SystemPlugins/TransCodingSetup/meta/Makefile +lib/python/Plugins/SystemPlugins/TransCodingSetup/locale/Makefile +lib/python/Plugins/SystemPlugins/WOLSetup/Makefile +lib/python/Plugins/SystemPlugins/WOLSetup/meta/Makefile lib/python/Tools/Makefile lib/service/Makefile lib/components/Makefile