mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

Qemu requires gettext, glib, libffi, and pixman. DTC is built as a submodule. On Mavrick provide a pkg-config command so avoid needing a pkgconfig. The one here is only just good enough to work. Provide an internal autotools build including libtool so qemu can be built from git.
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
#
|
|
# Tools Set for Internal Autotools Stable
|
|
#
|
|
# Do not use via the command line.
|
|
#
|
|
|
|
%define _internal_autotools yes
|
|
%define _disable_collecting yes
|
|
%define _disable_packaging yes
|
|
%define _disable_reporting yes
|
|
%define _disable_installing yes
|
|
|
|
%include devel/autotools-base.bset
|