diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-03-11 18:04:21 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-03-17 00:02:08 -0400 |
commit | e87d8134a3460dff28f0c469fff83a187e9820bc (patch) | |
tree | 5005d557c2b1e60e1f3b2a4995e2142fe7237610 /emulators/qemu | |
parent | www/phalcon: update to 5.9.0. (diff) |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes.
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 |