Merge pull request #579 from bulwahn/wxwidgets-fixup

wxwidgets: adjust to openembedded-core@0391fcad (resolves #578)
This commit is contained in:
Dmitry Rozhkov 2018-02-05 10:42:40 +02:00 committed by GitHub
commit 3395bbee57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ EXTRA_OECONF = " --with-opengl \
--disable-rpath \ --disable-rpath \
" "
CXXFLAGS := "${@oe_filter_out('-fvisibility-inlines-hidden', '${CXXFLAGS}', d)}" CXXFLAGS := "${@oe.utils.str_filter_out('-fvisibility-inlines-hidden', '${CXXFLAGS}', d)}"
CXXFLAGS += "-std=gnu++11" CXXFLAGS += "-std=gnu++11"
# Broken autotools :/ # Broken autotools :/