aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu30
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-07 20:19:59 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-07 20:19:59 +0000
commitef5d45aaa64535e3cb0499fe297423c5f873ecbd (patch)
tree94674d44da850da02e8ab4969da3e457bef57094 /emulators/qemu30
parent40f4b34b5a9ac32ac529d75838c6394e5a08ff08 (diff)
downloadports-ef5d45aaa64535e3cb0499fe297423c5f873ecbd.tar.gz
ports-ef5d45aaa64535e3cb0499fe297423c5f873ecbd.zip
Notes
Diffstat (limited to 'emulators/qemu30')
-rw-r--r--emulators/qemu30/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu30/Makefile b/emulators/qemu30/Makefile
index e799be47579a..7925d688f1cf 100644
--- a/emulators/qemu30/Makefile
+++ b/emulators/qemu30/Makefile
@@ -54,7 +54,7 @@ GTK3_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
libepoxy.so:graphics/libepoxy \
libpcre2-8.so:devel/pcre2
GTK3_USE= GNOME=gtk30,vte3,gdkpixbuf2 XORG=x11,xext GL=gbm
-GTK3_USES= gettext gl
+GTK3_USES= gettext gl gnome xorg
JPEG_CONFIGURE_OFF= --disable-vnc-jpeg
JPEG_USES= jpeg
NCURSES_USES= ncurses:base
@@ -80,7 +80,7 @@ VDE_CONFIGURE_OFF= --disable-vde
VDE_LIB_DEPENDS= libvdeplug.so:net/vde2
X11_CONFIGURE_ENABLE= sdl
X11_USE= SDL=sdl2 XORG=x11,xext
-X11_USES= sdl
+X11_USES= sdl xorg
.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils"
X86_TARGETS_USE_OFF= GNOME=cairo,gdkpixbuf2
.endif