diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-10 10:44:13 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-10 10:44:13 +0100 |
commit | d076ad3dbeac4bf7a58a335348c1560dd23799a7 (patch) | |
tree | f402fe30741bb8ea76d0f411a1179c6ac937be76 /packages/microwindows/nxlib_0.45.bb | |
parent | 06af67f2e653d6b0d45117f9aaad0b25db1eaa67 (diff) |
gumstix utils: add char-driver, gpio-event, i2c and microwindows
Diffstat (limited to 'packages/microwindows/nxlib_0.45.bb')
-rw-r--r-- | packages/microwindows/nxlib_0.45.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/microwindows/nxlib_0.45.bb b/packages/microwindows/nxlib_0.45.bb new file mode 100644 index 0000000000..a7a8d79fd9 --- /dev/null +++ b/packages/microwindows/nxlib_0.45.bb @@ -0,0 +1,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 +#} + |