source: rtems-source-builder/bare/config/devel/glib-2.39.3-1.cfg @ 8f6fb61

4.11
Last change on this file since 8f6fb61 was 0ffee19, checked in by Chris Johns <chrisj@…>, on 06/15/14 at 05:40:34

sb: Add support for building RTEMS 3rd party packages.

Remove the 'opt' from various macros and shell variables.

Add pkgconfig to the checks to make it clear the check is a
pkgconfig check.

Add NTP support as the first package to be built using the RSB.

Split the RTEMS URL's out from the base bset file into a separate
file that be included by other files.

Add an RTEMS BSP configuration file to help abstract the process
of building 3rd party packages.

Clean the cross and canadian cross support up so we can cleanly support
cross and canadian cross building.

Refactor the pkgconfig support and clean up the PC file handling of
loading modules.

Add support for %{?..} to return false if a macro is %{nil}.

Add %{pkgconfig ..} support to allow better control of access RTEMS
pkgconfig files.

  • Property mode set to 100644
File size: 365 bytes
Line 
1#
2# GLib
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/base.cfg
10
11%define glib_version_major 2.39
12%define glib_version_minor 3
13%define glib_version       %{glib_version_major}.%{glib_version_minor}
14
15#
16# The GLib build instructions. We use 2.x.x Release 1.
17#
18%ifn %{pkgconfig check glib-2.0}
19 %include %{_configdir}/glib-2-1.cfg
20%endif
Note: See TracBrowser for help on using the repository browser.