diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-01 22:33:59 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-01 22:33:59 +0200 |
commit | 0fb1b8053201e9da0c6ab8e5c6c633c7acb9dde9 (patch) | |
tree | 47a9b3e3fbafd1071aece7efda92482ac1eb5153 /package/vlc/0006-qt-x11.patch | |
parent | 9f115bfc2ac798c737d0c2a8ec8c96670e814a49 (diff) | |
download | buildroot-0fb1b8053201e9da0c6ab8e5c6c633c7acb9dde9.tar.gz buildroot-0fb1b8053201e9da0c6ab8e5c6c633c7acb9dde9.zip |
vlc: switch to proper Git formatted patches
VLC uses Git as its version control system, so it makes sense to use
Git formatted patches.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/vlc/0006-qt-x11.patch')
-rw-r--r-- | package/vlc/0006-qt-x11.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/vlc/0006-qt-x11.patch b/package/vlc/0006-qt-x11.patch deleted file mode 100644 index 316a31fd8f..0000000000 --- a/package/vlc/0006-qt-x11.patch +++ /dev/null @@ -1,16 +0,0 @@ -libX11 is an optional dependency for the qt4 module - -Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> - -diff -uNr vlc-2.2.1.org/modules/gui/qt4/Makefile.am vlc-2.2.1/modules/gui/qt4/Makefile.am ---- vlc-2.2.1.org/modules/gui/qt4/Makefile.am 2014-11-29 12:34:15.000000000 +0100 -+++ vlc-2.2.1/modules/gui/qt4/Makefile.am 2015-04-27 18:53:36.968611490 +0200 -@@ -22,7 +22,7 @@ - if HAVE_WIN32 - libqt4_plugin_la_LIBADD += -lole32 -lcomctl32 -luuid - else --libqt4_plugin_la_LIBADD += $(X_LIBS) $(X_PRE_LIB) -lX11 -+libqt4_plugin_la_LIBADD += $(X_LIBS) $(X_PRE_LIB) - endif - endif - if HAVE_DARWIN |