diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-04 19:56:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-04 19:58:55 +0200 |
commit | 02f832195a83a556e2a20768d1c07762f90973dd (patch) | |
tree | ae84affbeb994d2fba257021fadb403f37e28e0a /package/xbmc-imx6/patches/patch-lib_cpluff_Makefile_am | |
parent | 3679bdb27c6c0a73a01c2b27485b503033517f53 (diff) |
add xbmc for imx6
Diffstat (limited to 'package/xbmc-imx6/patches/patch-lib_cpluff_Makefile_am')
-rw-r--r-- | package/xbmc-imx6/patches/patch-lib_cpluff_Makefile_am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xbmc-imx6/patches/patch-lib_cpluff_Makefile_am b/package/xbmc-imx6/patches/patch-lib_cpluff_Makefile_am new file mode 100644 index 000000000..fb70c6993 --- /dev/null +++ b/package/xbmc-imx6/patches/patch-lib_cpluff_Makefile_am @@ -0,0 +1,11 @@ +--- xbmc-13.0rc1.orig/lib/cpluff/Makefile.am 2014-04-30 15:43:53.000000000 +0200 ++++ xbmc-13.0rc1/lib/cpluff/Makefile.am 2014-05-05 13:03:15.329450196 +0200 +@@ -6,7 +6,7 @@ + + ACLOCAL_AMFLAGS = -I m4 + +-SUBDIRS = libcpluff loader console po test docsrc doc ++SUBDIRS = libcpluff loader console test docsrc doc + DIST_SUBDIRS = $(SUBDIRS) examples + + EXTRA_DIST = COPYRIGHT.txt INSTALL.txt ChangeLog.txt Roadmap.txt autogen.sh plugin.xsd |