source: rtems-source-builder/bare/config/devel/pixman-0.32.4-1.cfg @ 9b7cdb7

5
Last change on this file since 9b7cdb7 was 9b7cdb7, checked in by Chris Johns <chrisj@…>, on 03/27/20 at 03:39:33

bare: Fix pkgconfig checks and getting source.

  • If the package was installed the check does not build the package. This also meant getting the source failed.

Closes #3919

  • Property mode set to 100644
File size: 402 bytes
Line 
1#
2# Pixman
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/base.cfg
10
11%define pixman_version 0.32.4
12%hash sha256 pixman-0.32.4.tar.gz 80c7ed420e8a3ae749800241e6347c3d55681296cab71384be7969cd9e657e84
13
14#
15# The Pixman build instructions. We use 0.x.x Release 1.
16#
17%if !%{pkgconfig check pixman-1} || %{defined _rsb_getting_source}
18 %include %{_configdir}/pixman-0-1.cfg
19%endif
Note: See TracBrowser for help on using the repository browser.