summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/pixman-0.32.4-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-03-27 14:39:33 +1100
committerChris Johns <chrisj@rtems.org>2020-03-27 14:39:33 +1100
commit9b7cdb760360347de2f3079d219a30e20848ed30 (patch)
tree927b1070557797075c56922f1b24df306ed1e0c7 /bare/config/devel/pixman-0.32.4-1.cfg
parentbare/glib: Add back glib-2.39.3-1 (diff)
downloadrtems-source-builder-9b7cdb760360347de2f3079d219a30e20848ed30.tar.bz2
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
Diffstat (limited to '')
-rw-r--r--bare/config/devel/pixman-0.32.4-1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bare/config/devel/pixman-0.32.4-1.cfg b/bare/config/devel/pixman-0.32.4-1.cfg
index 2478348..a5aef16 100644
--- a/bare/config/devel/pixman-0.32.4-1.cfg
+++ b/bare/config/devel/pixman-0.32.4-1.cfg
@@ -14,6 +14,6 @@
#
# The Pixman build instructions. We use 0.x.x Release 1.
#
-%ifn %{pkgconfig check pixman-1}
+%if !%{pkgconfig check pixman-1} || %{defined _rsb_getting_source}
%include %{_configdir}/pixman-0-1.cfg
%endif