1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

QEMU requires pixman to build qemu-system-* targets regardless of

whether we are building for X or not.  Add the dependency if

PR:		214668
Submitted by:	mail+freebsd@gerritbeine.de
This commit is contained in:
Sean Bruno 2016-11-21 15:00:40 +00:00
parent 4f13a57d72
commit 217b0b61a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426725

View File

@ -3,6 +3,7 @@
PORTNAME= qemu
PORTVERSION= 2.7.90.g20161116
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= GH \
LOCAL/nox:dtc \
@ -56,6 +57,9 @@ USE_RC_SUBR= qemu_user_static
SUB_LIST= NAME=qemu_user_static
CONFIGURE_ARGS+= --disable-tools
.endif
.else
# qemu-system-* targets require pixman to build, add an explicit dependency.
USE_XORG= pixman
.endif
# When static linking we have a build dependency on libglib-2.0.a, otherwise
@ -144,7 +148,6 @@ CONFIGURE_ARGS+= --disable-sdl
.else
CONFIGURE_ARGS+= --enable-sdl
USE_SDL= sdl
USE_XORG= pixman
.endif
.if empty(PORT_OPTIONS:MGTK2)