Skip to content
Snippets Groups Projects
Commit 995a20e6 authored by Kristof Robot's avatar Kristof Robot
Browse files

wxwidgets: adding gnu++11 compile flags (resolves #333)

parent 656a83cd
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ S = "${WORKDIR}/wxPython-src-${PV}/wxPython"
inherit pkgconfig pythonnative python-dir distutils
CFLAGS += "-I${STAGING_INCDIR}/wx-2.9/ -I${STAGING_LIBDIR}/wx/include/${TARGET_PREFIX}gtk2-unicode-2.9/"
CFLAGS += "-std=gnu++11"
# Enable output on stdout for buildpaths
export WXDEBUG = "findprogress"
......
......@@ -25,6 +25,7 @@ EXTRA_OECONF = " --with-opengl \
"
CXXFLAGS := "${@oe_filter_out('-fvisibility-inlines-hidden', '${CXXFLAGS}', d)}"
CXXFLAGS += "-std=gnu++11"
# Broken autotools :/
do_configure() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment