diff options
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 7cd3fd2057e2..e409f2655b32 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -175,7 +175,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_OFF= --disable-gnutls GTK3_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon GTK3_USES= gettext gl -GTK3_USE= GNOME=gdkpixbuf2,gtk30,vte3 \ +GTK3_USE= GNOME=gdkpixbuf,gtk30,vte3 \ XORG=x11,xext GTK3_CONFIGURE_OFF= --disable-gtk \ --disable-vte @@ -205,7 +205,7 @@ USBREDIR_CONFIGURE_OFF= --disable-usb-redir VDE_LIB_DEPENDS= libvdeplug.so:net/vde2 VDE_CONFIGURE_OFF= --disable-vde X11_USES= sdl -X11_USE= GNOME=gdkpixbuf2 \ +X11_USE= GNOME=gdkpixbuf \ SDL=sdl2 \ XORG=x11,xext X11_CONFIGURE_ENABLE= sdl |