diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-08-18 22:51:58 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-08-18 22:51:58 +0000 |
commit | 4f03407ab61ad8b0913e8be2da8eb5eac8da82a6 (patch) | |
tree | 7ee86bc1f91543761b5031be17e95a5e99941dd5 /packages/gnash/gnash-minimal_0.8.3.bb | |
parent | 2e265b8e89e31205deef1100b341234e7d6ea4c4 (diff) |
gnash-minimal: Include $\(INTLLIBS\) in LDADD for gui/fb.
Diffstat (limited to 'packages/gnash/gnash-minimal_0.8.3.bb')
-rw-r--r-- | packages/gnash/gnash-minimal_0.8.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gnash/gnash-minimal_0.8.3.bb b/packages/gnash/gnash-minimal_0.8.3.bb index b5bcf29683..55748151c5 100644 --- a/packages/gnash/gnash-minimal_0.8.3.bb +++ b/packages/gnash/gnash-minimal_0.8.3.bb @@ -1,12 +1,12 @@ require gnash-minimal.inc -PR = "r6" +PR = "r7" EXTRA_OECONF += " --without-included-ltdl \ --with-ltdl-include=${STAGING_INCDIR} \ --with-ltdl-lib=${STAGING_LIBDIR} \ " -SRC_URI += "file://libtool-2.2.patch;patch=1" +SRC_URI += "file://libtool-2.2.patch;patch=1 file://libintl.patch;patch=1" |