source: rtems-source-builder/rtems/config/graphics/microwindows-0.93-dev-1.cfg @ a353d55

4.104.95
Last change on this file since a353d55 was a353d55, checked in by Pavel Pisa <ppisa@…>, on 04/16/16 at 13:37:42

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.

  • Property mode set to 100644
File size: 756 bytes
Line 
1#
2# microwindows 0.92
3#
4
5%if %{release} == %{nil}
6 %define release 1
7%endif
8
9%include %{_configdir}/rtems-bsp.cfg
10
11#
12# microwindows Version
13#
14%define microwindows_version 0.93-dev
15
16%define rtems_git_tools_4_11 %{rtems_http_git}/rtems-tools/plain/tools/4.11
17
18%source set microwindows git://github.com/ghaerr/microwindows.git
19%patch add microwindows %{rtems_git_tools_4_11}/microwindows/microwindows-0.93-dev.diff
20%hash md5 microwindows-0.93-dev.diff 5b06e77d9ee42c8ff0032bba07d01c1a
21%patch add microwindows %{rtems_git_tools_4_11}/microwindows/microwindows-0.93-dev-without-keyboard.diff
22%hash md5 microwindows-0.93-dev-without-keyboard.diff a675f55750754e1cd82a17496f0e8fab
23
24#
25# microwindows Build configuration
26#
27%include %{_configdir}/microwindows-1.cfg
Note: See TracBrowser for help on using the repository browser.