diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc/0004-modules-gui-qt4-out-of-tree-build.patch | 17 | ||||
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0004-modules-gui-qt4-out-of-tree-build.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0004-modules-gui-qt4-out-of-tree-build.patch new file mode 100644 index 000000000..3dadb237e --- /dev/null +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0004-modules-gui-qt4-out-of-tree-build.patch | |||
@@ -0,0 +1,17 @@ | |||
1 | * modules/gui/qt4/Modules.am not B!=S friendly | ||
2 | * Simple solution to missing directories in ${B} | ||
3 | |||
4 | Upstream status: Pending | ||
5 | |||
6 | Index: vlc-2.1.4/modules/gui/qt4/Modules.am | ||
7 | =================================================================== | ||
8 | --- vlc-2.1.4.orig/modules/gui/qt4/Modules.am | ||
9 | +++ vlc-2.1.4/modules/gui/qt4/Modules.am | ||
10 | @@ -261,6 +261,7 @@ else | ||
11 | if HAVE_WIN32 | ||
12 | $(moc_verbose)$(MOC) -D_WIN32 $(DEFS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) $(CPPFLAGS_qt4) -o $@ $< | ||
13 | else | ||
14 | + [ -d $(dir $@) ] || mkdir -p $(dir $@) | ||
15 | $(moc_verbose)$(MOC) $(DEFS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) $(CPPFLAGS_qt4) -o $@ $< | ||
16 | endif | ||
17 | endif | ||
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb index 98d18552c..f9be48dba 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb +++ b/meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb | |||
@@ -6,6 +6,7 @@ EXTRA_OECONF += " --enable-libxml2=no" | |||
6 | SRC_URI += "file://0001-enable-subdir-objects.patch \ | 6 | SRC_URI += "file://0001-enable-subdir-objects.patch \ |
7 | file://0002-glibc-does-not-provide-strlcpy.patch \ | 7 | file://0002-glibc-does-not-provide-strlcpy.patch \ |
8 | file://0003-use-am-path-libgcrypt.patch \ | 8 | file://0003-use-am-path-libgcrypt.patch \ |
9 | file://0004-modules-gui-qt4-out-of-tree-build.patch \ | ||
9 | " | 10 | " |
10 | 11 | ||
11 | SRC_URI[md5sum] = "7ed67d22f7425011078772bfc62ac222" | 12 | SRC_URI[md5sum] = "7ed67d22f7425011078772bfc62ac222" |