/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/ |
H A D | 0001-meson-import-changes-from-3.0.-version.patch | 41 # Check for ncurses and other things used by it 55 +ncurses_header = 'ncurses.h' 63 +ncurses = [ 67 +if ncurses[0].found() and ncurses[1].found() 69 + f = location + 'ncurses.h' 86 - f = location + '/ncurses.h' 96 + f = location + 'ncurses.h' 115 + ncurses = declare_dependency( 125 # ncursesw was not found. Look for plain old ncurses 128 - compiler.find_library('ncurses', required : false), [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/htop/files/ |
H A D | 0001-Use-pkg-config.patch | 6 We need to use pkg-config to find the ncurses library instead of the 7 ncurses*-config applications. 12 Upstream-Status: Inappropriate [`ncurses*-config` can be used outside of OpenEmbedded] 29 - HTOP_CHECK_SCRIPT([ncurses], [wadd_wch], [HAVE_LIBNCURSESW], "ncurses5-config", 33 + HTOP_CHECK_SCRIPT([ncurses], [wadd_wch], [HAVE_LIBNCURSESW], "pkg-config ncurses5", 36 HTOP_CHECK_LIB([ncurses], [addnwstr], [HAVE_LIBNCURSESW], 38 # (at this point we already link against a working ncurses library with wide character support) 42 - HTOP_CHECK_SCRIPT([ncurses], [wnoutrefresh], [HAVE_LIBNCURSES], [ncurses5-config], 44 + HTOP_CHECK_SCRIPT([ncurses], [wnoutrefresh], [HAVE_LIBNCURSES], [pkg-config ncurses5], 46 HTOP_CHECK_LIB([ncurses], [doupdate], [HAVE_LIBNCURSES],
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | check-lxdialog.sh | 9 pkg-config --libs ncurses 2>/dev/null && exit 11 for lib in ncursesw ncurses curses ; do 27 elif pkg-config --cflags ncurses 2>/dev/null; then 32 elif [ -f /usr/include/ncurses/ncurses.h ]; then 34 elif [ -f /usr/include/ncurses/curses.h ]; then 36 elif [ -f /usr/include/ncurses.h ]; then
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf-cfg.sh | 27 if [ -f /usr/include/ncursesw/ncurses.h ]; then 33 if [ -f /usr/include/ncurses/ncurses.h ]; then 34 echo -D_GNU_SOURCE -I/usr/include/ncurses > ${cflags} 39 if [ -f /usr/include/ncurses.h ]; then
|
H A D | mconf-cfg.sh | 27 if [ -f /usr/include/ncursesw/ncurses.h ]; then 33 if [ -f /usr/include/ncurses/ncurses.h ]; then 34 echo -D_GNU_SOURCE -I/usr/include/ncurses > ${cflags}
|
/openbmc/openbmc/poky/meta/recipes-support/pinentry/ |
H A D | pinentry_1.3.1.bb | 23 PACKAGECONFIG ??= "ncurses" 25 PACKAGECONFIG[ncurses] = "--enable-ncurses --with-ncurses-include-dir=${STAGING_INCDIR}, --disable…
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | busybox-cross-menuconfig.patch | 3 Subject: [PATCH] menuconfig,check-lxdiaglog.sh: Allow specification of ncurses location 9 This patch syncs up with the way the menuconfig ncurses / curses 17 environment it provides an ncurses library that is compiled 48 pkg-config --libs ncurses 2>/dev/null && exit 51 # Where is ncurses.h? 59 echo '-DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1' 60 elif pkg-config --cflags ncurses 2>/dev/null; then
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/ |
H A D | libyui-ncurses_4.6.2.bb | 14 S = "${WORKDIR}/git/libyui-ncurses" 18 DEPENDS += "boost libyui ncurses" 26 # WARNING: libyui-ncurses-4.6.2-r0 do_package_qa: QA Issue: File /usr/lib/yui/.debug/libyui-ncurses…
|
/openbmc/openbmc/poky/meta/recipes-core/ncurses/ |
H A D | ncurses.inc | 3 HOMEPAGE = "http://www.gnu.org/software/ncurses/ncurses.html" 7 DEPENDS = "ncurses-native" 15 # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/ 16 SRC_URI = "git://github.com/ThomasDickey/ncurses-snapshots.git;protocol=https;branch=master" 35 # This was derrived from the upstream debian ncurses which uses 94 # Override the function from the autotools class; ncurses requires a 201 # When changing ${libdir} to e.g. /usr/lib/myawesomelib/ ncurses 242 if [ -d "${D}${includedir}/ncurses" ]; then 243 for f in `find ${D}${includedir}/ncurses -name "*.h"` 247 ln -sf ncurses/$f ${D}${includedir}/$f [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/mc/ |
H A D | mc_4.8.32.bb | 1 SUMMARY = "Midnight Commander is an ncurses based file manager" 7 DEPENDS = "ncurses glib-2.0 util-linux file-replacement-native" 8 RDEPENDS:${PN} = "ncurses-terminfo-base" 9 RRECOMMENDS:${PN} = "ncurses-terminfo" 25 # When compiling against the ncurses library, NCURSES_WIDECHAR needs to explicitly set to 0 in this… 27 EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --disable-configure-args"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/irssi/ |
H A D | irssi_1.4.5.bb | 1 SUMMARY = "ncurses IRC client" 2 DESCRIPTION = "Irssi is an ncurses IRC client" 6 DEPENDS = "glib-2.0 ncurses openssl"
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | debian.bbclass | 130 # ie in ncurses we get without reverse sort: 131 …# DEBUG: LIBNAMES: pkgname libtic5 devname libtic pkg ncurses-libtic orig_pkg ncurses-libtic debia… 133 …# DEBUG: LIBNAMES: pkgname libtic5 devname libtic pkg ncurses-libticw orig_pkg ncurses-libtic debi… 134 # so we need to handle ncurses-libticw->libticw5 before ncurses-libtic->libtic5
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hstr/files/ |
H A D | 0001-Use-OE-specific-checks-for-ncurses.patch | 4 Subject: [PATCH] Use OE-specific checks for ncurses 20 #include <ncurses.h> 33 #include <ncurses.h>
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | no-static-libs.inc | 30 EXCONFIG_ARGS:append:pn-ncurses = " --without-normal" 31 EXCONFIG_ARGS:append:pn-ncurses-native = " --without-normal" 32 EXCONFIG_ARGS:append:pn-nativesdk-ncurses = " --without-normal"
|
/openbmc/openbmc/poky/meta/recipes-devtools/fdisk/ |
H A D | gptfdisk_1.0.10.bb | 20 PACKAGECONFIG ??= "ncurses popt" 21 PACKAGECONFIG[ncurses] = "cgdisk,,ncurses"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-irc/weechat/ |
H A D | weechat_4.0.4.bb | 17 PACKAGECONFIG ??= " ncurses python" 18 PACKAGECONFIG[ncurses] = "-DENABLE_NCURSES=ON,-DENABLE_NCURSES=OFF,ncurses"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/joe/ |
H A D | joe_4.6.bb | 10 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,ncurses-terminfo"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hstr/ |
H A D | hstr_3.1.0.bb | 7 DEPENDS = "ncurses readline" 11 file://0001-Use-OE-specific-checks-for-ncurses.patch"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui-ncurses/ |
H A D | 0001-Fix-the-error-of-can-t-find-header-file.patch | 28 #define YUILogComponent "ncurses" 36 -#include <ncursesw/ncurses.h> 37 +#include <ncurses.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cgdb/ |
H A D | cgdb_0.8.0.bb | 8 DEPENDS = "flex-native readline ncurses" 18 --with-ncurses=${STAGING_LIBDIR}"
|
/openbmc/openbmc/poky/meta/recipes-devtools/fdisk/gptfdisk/ |
H A D | 0001-gptcurses-correctly-include-curses.h.patch | 21 #include <ncurses.h> 23 -#include <ncursesw/ncurses.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nano/ |
H A D | nano_8.2.bb | 10 DEPENDS = "ncurses file" 11 RDEPENDS:${PN} = "ncurses-terminfo-base"
|
/openbmc/openbmc/poky/meta/recipes-extended/minicom/ |
H A D | minicom_2.9.bb | 5 DEPENDS = "ncurses virtual/libiconv" 25 RDEPENDS:${PN} += "ncurses-terminfo-base"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/ |
H A D | 0001-Avoid-using-hard-coded-usr-include-paths.patch | 27 - [ncurses/*],[ncurses_nconf_CPPFLAGS="-I/usr/include/ncurses"])
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcurses/ |
H A D | libcurses-perl_1.45.bb | 10 DEPENDS += "perl ncurses " 23 # When compiling against the ncurses library, NCURSES_WIDECHAR needs to explicitly set to 0 in this…
|