Merge pull request #579 from bulwahn/wxwidgets-fixup
wxwidgets: adjust to openembedded-core@0391fcad (resolves #578)
This commit is contained in:
commit
3395bbee57
|
@ -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 :/
|
||||||
|
|
Loading…
Reference in New Issue