summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r--meta/recipes-devtools/gdb/gdb-common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index bfb8013d67..ccc911592c 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -36,6 +36,7 @@ PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace"
36# ncurses is already a hard DEPENDS, but would be added here if it weren't 36# ncurses is already a hard DEPENDS, but would be added here if it weren't
37PACKAGECONFIG[tui] = "--enable-tui,--disable-tui" 37PACKAGECONFIG[tui] = "--enable-tui,--disable-tui"
38PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" 38PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz"
39PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils"
39 40
40GDBPROPREFIX = "--program-prefix=''" 41GDBPROPREFIX = "--program-prefix=''"
41 42