767bbeb2aacfaae371af5c6775fbad13eeb4678e
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bellagio / 0003-parallel-build.patch
1 Fix dependency issue to allow parallel build
2
3 Signed-off-by: Qais Yousef <qais.yousef@imgtec.com>
4
5 Index: bellagio-0.9.3/src/Makefile.am
6 ===================================================================
7 --- bellagio-0.9.3.orig/src/Makefile.am
8 +++ bellagio-0.9.3/src/Makefile.am
9 @@ -8,6 +8,7 @@ omxregister_bellagio_SOURCES = omxregist
10  omxregister_bellagio_CFLAGS = -DOMXILCOMPONENTSPATH=\"$(plugindir)/\" \
11                               -I$(top_srcdir)/include
12  omxregister_bellagio_LDFLAGS = -lomxil-bellagio -L$(builddir)
13 +omxregister_bellagio_DEPENDENCIES = libomxil-bellagio.la
14  
15  lib_LTLIBRARIES = libomxil-bellagio.la
16  libomxil_bellagio_la_SOURCES = component_loader.h \