Ticket #13486: 20190924_packaging_master_removal_mythgallery.patch

File 20190924_packaging_master_removal_mythgallery.patch, 648 bytes (added by Mike Bibbings, 5 years ago)
  • deb-light/config.sh

    diff --git a/deb-light/config.sh b/deb-light/config.sh
    index 9e6249d..a8821a4 100755
    a b case $projname in 
    8383        basedir=$destdir/usr
    8484        export PYTHONPATH=$basedir/local/lib/python2.7/dist-packages
    8585        config_opt=
    86         config_opt="--enable-mythgallery $MYTHTV_CONFIG_OPT_EXTRA"
    87         if [[ `arch` == arm* ]] ; then
    88             config_opt="--disable-mythgallery"
    89         fi
     86        config_opt=" $MYTHTV_CONFIG_OPT_EXTRA"
    9087        ./configure --prefix=$destdir/usr \
    9188         $config_opt "$@" |& tee -a  $gitbasedir/../config_${projname}.out
    9289         set -