aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/microwindows/nxlib_0.45.bb
blob: 22367a0647a0b45f8f378384138330099206c7b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
DESCRIPTION = "NXLIB X11 Emulation Library for Nano-X"
PRIORITY = "optional"
LICENSE = "GPL"
PROVIDES = "virtual/libx11"
DEPENDS = "microwindows-snapshot"

PR="r0"

SRC_URI = " \
  ftp://ftp.microwindows.org/pub/microwindows/nxlib-${PV}.tar.gz \
  file://varargs.patch \
 "

EXTRA_OEMAKE = ' \
  CC="${CC}" \
  MWIN=${STAGING_DIR}/${HOST_SYS} \
  X11=${STAGING_DIR}/${HOST_SYS} \
 '

# not sure yet about installation -- uncommenting below over-writes libX11 in staging
#do_install() {
#  oe_runmake install
#}


SRC_URI[md5sum] = "9a1e3b81df0e32189fa873fd6fc086e5"
SRC_URI[sha256sum] = "8e63251e1599474d18912ad82b2e6b0c6c612e7eb9507958ab0f60f92d7ea454"