summaryrefslogtreecommitdiffstats
path: root/rtems/config/graphics/graphics-all.bset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics: clone Microwindows from official Greg Haerr's repository.Pavel Pisa2016-04-161-1/+1
| | | | | | | | | | | | graphics/nxlib is removed from build set because for actual Microwindows the NXlib is included in Microwindows sources (src/nxlib). The original NXlib libX11.a is replaced by two varinats libPX11 links X11 server replacement directly to the application. libNX11 is more X11 concept compatible, application and server runs in the separate processes.
* graphics: Add 3rd party graphics support back to the master branch.Chris Johns2016-04-151-0/+9
The support is added at the top level and so not lost when we move to a new version of RTEMS. The change also moves all 3rd party packages to use a common rtems-package.bset build set file. All packages except Microwindows itself build cleanly.