X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=e7ff7ba70cdb79899e9d6108b8cf549af67115ca;hb=dac5966da6a0f53d0443dfa1ac239289028c415d;hp=cd5bead1fb3cd1445d1dad0e0191ad1b7798bc06;hpb=09dac522caac829590c1705c3e6d49156dd37475;p=platform%2Fupstream%2Fgstreamer.git diff --git a/meson_options.txt b/meson_options.txt index cd5bead..e7ff7ba 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -20,6 +20,8 @@ option('memory-alignment', type: 'combo', # Feature options option('check', type : 'feature', value : 'auto', description : 'Build unit test libraries') option('libunwind', type : 'feature', value : 'auto', description : 'Use libunwind to generate backtraces') +option('libdw', type : 'feature', value : 'auto', description : 'Use libdw to generate better backtraces from libunwind') +option('dbghelp', type : 'feature', value : 'auto', description : 'Use dbghelp to generate backtraces') option('bash-completion', type : 'feature', value : 'auto', description : 'Install bash completion files') # Common feature options