0006-qt-x11.patch 588 B

12345678910111213141516
  1. libX11 is an optional dependency for the qt4 module
  2. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  3. diff -uNr vlc-2.2.1.org/modules/gui/qt4/Makefile.am vlc-2.2.1/modules/gui/qt4/Makefile.am
  4. --- vlc-2.2.1.org/modules/gui/qt4/Makefile.am 2014-11-29 12:34:15.000000000 +0100
  5. +++ vlc-2.2.1/modules/gui/qt4/Makefile.am 2015-04-27 18:53:36.968611490 +0200
  6. @@ -22,7 +22,7 @@
  7. if HAVE_WIN32
  8. libqt4_plugin_la_LIBADD += -lole32 -lcomctl32 -luuid
  9. else
  10. -libqt4_plugin_la_LIBADD += $(X_LIBS) $(X_PRE_LIB) -lX11
  11. +libqt4_plugin_la_LIBADD += $(X_LIBS) $(X_PRE_LIB)
  12. endif
  13. endif
  14. if HAVE_DARWIN