summaryrefslogtreecommitdiffstats
path: root/recipes/microwindows/nxlib_0.45.bb
blob: a7a8d79fd92b00236ccb35e06170e5ad55244876 (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
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;patch=1 \
 "

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
#}