vlc: modules/gui/qt4/Modules.am not B!=S friendly

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Tim Orling 2014-07-19 21:07:39 -07:00 committed by Martin Jansa
parent 6898dae64e
commit 94a46455c2
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
* modules/gui/qt4/Modules.am not B!=S friendly
* Simple solution to missing directories in ${B}
Upstream status: Pending
Index: vlc-2.1.4/modules/gui/qt4/Modules.am
===================================================================
--- vlc-2.1.4.orig/modules/gui/qt4/Modules.am
+++ vlc-2.1.4/modules/gui/qt4/Modules.am
@@ -261,6 +261,7 @@ else
if HAVE_WIN32
$(moc_verbose)$(MOC) -D_WIN32 $(DEFS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) $(CPPFLAGS_qt4) -o $@ $<
else
+ [ -d $(dir $@) ] || mkdir -p $(dir $@)
$(moc_verbose)$(MOC) $(DEFS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) $(CPPFLAGS_qt4) -o $@ $<
endif
endif

View File

@ -6,6 +6,7 @@ EXTRA_OECONF += " --enable-libxml2=no"
SRC_URI += "file://0001-enable-subdir-objects.patch \
file://0002-glibc-does-not-provide-strlcpy.patch \
file://0003-use-am-path-libgcrypt.patch \
file://0004-modules-gui-qt4-out-of-tree-build.patch \
"
SRC_URI[md5sum] = "7ed67d22f7425011078772bfc62ac222"