summaryrefslogtreecommitdiffstats
path: root/bare
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-02-11 14:06:45 +1100
committerChris Johns <chrisj@rtems.org>2014-02-11 14:06:45 +1100
commitc5b5493c19f137ac67c01ff88188ba7f234eae1c (patch)
tree4977d7862cdbd70eb8a8b832210c95f024cb5ea2 /bare
parentsb: Do not scan for libraries by default. (diff)
downloadrtems-source-builder-c5b5493c19f137ac67c01ff88188ba7f234eae1c.tar.bz2
config: Change pkgconfig to check.
Add the extra actions: ccflags, cflags, ldflags and libs to allow the fetching of these from pkg-config files.
Diffstat (limited to 'bare')
-rw-r--r--bare/config/devel/gettext-0.18.3.1-1.cfg2
-rw-r--r--bare/config/devel/glib-2.39.3-1.cfg2
-rw-r--r--bare/config/devel/libffi-3.0.13-1.cfg2
-rw-r--r--bare/config/devel/pixman-0.32.4-1.cfg2
4 files changed, 4 insertions, 4 deletions
diff --git a/bare/config/devel/gettext-0.18.3.1-1.cfg b/bare/config/devel/gettext-0.18.3.1-1.cfg
index 5286a62..debdb0a 100644
--- a/bare/config/devel/gettext-0.18.3.1-1.cfg
+++ b/bare/config/devel/gettext-0.18.3.1-1.cfg
@@ -13,6 +13,6 @@
#
# The GetText build instructions. We use 0.x.x Release 1.
#
-%ifn %{pkgconfig gettext}
+%ifn %{check gettext}
%include %{_configdir}/gettext-0-1.cfg
%endif
diff --git a/bare/config/devel/glib-2.39.3-1.cfg b/bare/config/devel/glib-2.39.3-1.cfg
index 003defe..8812343 100644
--- a/bare/config/devel/glib-2.39.3-1.cfg
+++ b/bare/config/devel/glib-2.39.3-1.cfg
@@ -15,6 +15,6 @@
#
# The GLib build instructions. We use 2.x.x Release 1.
#
-%ifn %{pkgconfig glib-2.0}
+%ifn %{check glib-2.0}
%include %{_configdir}/glib-2-1.cfg
%endif
diff --git a/bare/config/devel/libffi-3.0.13-1.cfg b/bare/config/devel/libffi-3.0.13-1.cfg
index f783477..bcff736 100644
--- a/bare/config/devel/libffi-3.0.13-1.cfg
+++ b/bare/config/devel/libffi-3.0.13-1.cfg
@@ -13,6 +13,6 @@
#
# The LibFFI build instructions. We use 3.x.x Release 1.
#
-%ifn %{pkgconfig libffi}
+%ifn %{check libffi}
%include %{_configdir}/libffi-3-1.cfg
%endif
diff --git a/bare/config/devel/pixman-0.32.4-1.cfg b/bare/config/devel/pixman-0.32.4-1.cfg
index aadc773..ec7d4c9 100644
--- a/bare/config/devel/pixman-0.32.4-1.cfg
+++ b/bare/config/devel/pixman-0.32.4-1.cfg
@@ -13,6 +13,6 @@
#
# The Pixman build instructions. We use 0.x.x Release 1.
#
-%ifn %{pkgconfig pixman-1}
+%ifn %{check pixman-1}
%include %{_configdir}/pixman-0-1.cfg
%endif