diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app/xterm_320.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_320.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_320.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb new file mode 100644 index 0000000000..f67d890abc --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
| 2 | SUMMARY = "xterm is the standard terminal emulator for the X Window System" | ||
| 3 | DEPENDS = "libxaw xproto xextproto libxext libxau libxinerama libxpm ncurses" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=ee6435019d00b884cde8d7ba2b318ff0" | ||
| 6 | |||
| 7 | SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d" | ||
| 10 | SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7" | ||
| 11 | |||
| 12 | PACKAGECONFIG ?= "" | ||
| 13 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig" | ||
| 14 | |||
| 15 | EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ | ||
| 16 | --x-libraries=${STAGING_LIBDIR} \ | ||
| 17 | FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \ | ||
| 18 | --disable-imake \ | ||
| 19 | --disable-rpath-hack \ | ||
| 20 | --disable-setuid" | ||
| 21 | |||
| 22 | B = "${S}" | ||
| 23 | |||
| 24 | do_configure() { | ||
| 25 | gnu-configize --force | ||
| 26 | sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure | ||
| 27 | oe_runconf | ||
| 28 | } | ||
| 29 | |||
| 30 | FILES_${PN} += "${libdir}/X11" | ||
