graphics: clone Microwindows from official Greg Haerr's repository.

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.
This commit is contained in:
Pavel Pisa 2016-04-16 15:37:42 +02:00
parent 3c8c00c764
commit a353d55d13
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ graphics/libjpeg
graphics/libpng
graphics/libtiff
graphics/t1lib
graphics/nxlib
graphics/microwindows.bset

View File

@ -15,7 +15,7 @@
%define rtems_git_tools_4_11 %{rtems_http_git}/rtems-tools/plain/tools/4.11
%source set microwindows git://github.com/alex-sever-h/microwin.git
%source set microwindows git://github.com/ghaerr/microwindows.git
%patch add microwindows %{rtems_git_tools_4_11}/microwindows/microwindows-0.93-dev.diff
%hash md5 microwindows-0.93-dev.diff 5b06e77d9ee42c8ff0032bba07d01c1a
%patch add microwindows %{rtems_git_tools_4_11}/microwindows/microwindows-0.93-dev-without-keyboard.diff