summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/glib-2.39.3-1.cfg
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/config/devel/glib-2.39.3-1.cfg
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/config/devel/glib-2.39.3-1.cfg')
-rw-r--r--bare/config/devel/glib-2.39.3-1.cfg2
1 files changed, 1 insertions, 1 deletions
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