Removing duplicate configuration options in tqt

Signed-off-by: ormorph <roma251078@mail.ru>
pull/298/head
ormorph 11 months ago
parent 3708153fcf
commit ffc4ade50c

@ -186,7 +186,7 @@ src_configure() {
myconf+=" -xft -xrender -xshape -xkb -xcursor -prefix ${TQTBASE}"
myconf+=" -libdir ${TQTBASE}/$(get_libdir) -fast -no-sql-odbc"
[ "$(get_libdir)" != "lib" ] && myconf+="${myconf} -L/usr/$(get_libdir)"
[ "$(get_libdir)" != "lib" ] && myconf+=" -L/usr/$(get_libdir)"
# Optional options
use nas && myconf+=" -system-nas-sound" || myconf+=" -no-nas-sound"

@ -185,7 +185,7 @@ src_configure() {
myconf+=" -xft -xrender -xshape -xkb -xcursor -prefix ${TQTBASE}"
myconf+=" -libdir ${TQTBASE}/$(get_libdir) -fast -no-sql-odbc"
[ "$(get_libdir)" != "lib" ] && myconf+="${myconf} -L/usr/$(get_libdir)"
[ "$(get_libdir)" != "lib" ] && myconf+=" -L/usr/$(get_libdir)"
# Optional options
use nas && myconf+=" -system-nas-sound" || myconf+=" -no-nas-sound"

@ -185,7 +185,7 @@ src_configure() {
myconf+=" -xft -xrender -xshape -xkb -xcursor -prefix ${TQTBASE}"
myconf+=" -libdir ${TQTBASE}/$(get_libdir) -fast -no-sql-odbc"
[ "$(get_libdir)" != "lib" ] && myconf+="${myconf} -L/usr/$(get_libdir)"
[ "$(get_libdir)" != "lib" ] && myconf+=" -L/usr/$(get_libdir)"
# Optional options
use nas && myconf+=" -system-nas-sound" || myconf+=" -no-nas-sound"

Loading…
Cancel
Save