config: Update qemu to build on FreeBSD.

Update configuration to build on FreeBSD. This is based on pkg-config
detecting the packages installed on the host.
This commit is contained in:
Chris Johns
2014-02-11 10:38:33 +11:00
parent c4fefdeb55
commit f27f7c40f6
8 changed files with 22 additions and 10 deletions

View File

@@ -13,4 +13,6 @@
#
# The GetText build instructions. We use 0.x.x Release 1.
#
%include %{_configdir}/gettext-0-1.cfg
%ifn %{pkgconfig gettext}
%include %{_configdir}/gettext-0-1.cfg
%endif

View File

@@ -15,4 +15,6 @@
#
# The GLib build instructions. We use 2.x.x Release 1.
#
%include %{_configdir}/glib-2-1.cfg
%ifn %{pkgconfig glib-2.0}
%include %{_configdir}/glib-2-1.cfg
%endif

View File

@@ -13,4 +13,6 @@
#
# The LibFFI build instructions. We use 3.x.x Release 1.
#
%include %{_configdir}/libffi-3-1.cfg
%ifn %{pkgconfig libffi}
%include %{_configdir}/libffi-3-1.cfg
%endif

View File

@@ -13,4 +13,6 @@
#
# The Pixman build instructions. We use 0.x.x Release 1.
#
%include %{_configdir}/pixman-0-1.cfg
%ifn %{pkgconfig pixman-1}
%include %{_configdir}/pixman-0-1.cfg
%endif

View File

@@ -23,8 +23,7 @@
# Qemu is from GIT.
#
Source0: git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
Patch0: %{rtems_git_tools}/qemu/0001-configure-use-glib-in-glib-pkg-config-check.patch
Patch1: %{rtems_git_tools}/qemu/0001-zynq-Request-qemu-reset-when-PSS_RESET_CTRL-triggere.patch
Patch0: %{rtems_git_tools}/qemu/0001-zynq-Request-qemu-reset-when-PSS_RESET_CTRL-triggere.patch
#
# The Qemu build instructions. We use 1.x.x Release 1.