mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
x11/libxfce4menu: Depend on gdkpixbufextra
XFCE uses XPM images and other "uncommon" formats, force a dependency on gdkpixbufextra to ensure it is installed at runtime whenever any XFCE component is installed to avoid graphic glitches. PR: 285185, 285430
This commit is contained in:
parent
e80e33d0eb
commit
0a5479b86b
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= libxfce4menu
|
||||
PORTVERSION= 4.20.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 xfce
|
||||
MASTER_SITES= XFCE
|
||||
DISTNAME= libxfce4ui-${DISTVERSIONFULL}
|
||||
|
@ -18,7 +19,7 @@ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
|
|||
|
||||
USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \
|
||||
pkgconfig tar:bzip2 xfce xorg
|
||||
USE_GNOME= cairo gdkpixbuf glib20 gtk30
|
||||
USE_GNOME= cairo gdkpixbufextra:run glib20 gtk30
|
||||
USE_LDCONFIG= yes
|
||||
USE_XFCE= libutil xfconf
|
||||
USE_XORG= ice sm x11
|
||||
|
|
Loading…
Add table
Reference in a new issue