blob: e161ae2c7a94c3f4c3ed23653671c06c9e29b4b4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require gnash-minimal.inc
EXTRA_OECONF += " --without-included-ltdl \
--with-ltdl-include=${STAGING_INCDIR} \
--with-ltdl-lib=${STAGING_LIBDIR} \
"
SRC_URI += "file://libtool-2.2.patch;patch=1"
|