quodlibet: don't use Xine unnecessarily
In 50dc020370 (quodlibet: makeover, 2022-08-05) / #185236, the
quodlibet library was refactored. That commit appears to have
accidentally changed the default arguments for building quodlibet to
mean the Xine backend would always be included, rather than only as an
alternative to the Gstreamer backend. This adds unnecessary
dependencies for the non-Xine quodlibet packages, so default to only
including Xine if Gstreamer is absent.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
withGstPlugins ? withGstreamerBackend,
|
||||
withGstreamerBackend ? true,
|
||||
gst_all_1,
|
||||
withXineBackend ? true,
|
||||
withXineBackend ? !withGstreamerBackend,
|
||||
xine-lib,
|
||||
|
||||
# tests
|
||||
|
||||
Reference in New Issue
Block a user