mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
x11-toolkits/qt5-gui: drop mesa-dri dependency (optional at runtime)
This reverts commit 48249f104e
.
PR: 266007
Approved by: tcberner
This commit is contained in:
parent
974e0ac3d2
commit
020693c166
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= gui
|
PORTNAME= gui
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits graphics
|
CATEGORIES= x11-toolkits graphics
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -28,7 +29,6 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||||
libxcb.so:x11/libxcb \
|
libxcb.so:x11/libxcb \
|
||||||
libxkbcommon.so:x11/libxkbcommon
|
libxkbcommon.so:x11/libxkbcommon
|
||||||
RUN_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \
|
RUN_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \
|
||||||
${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri \
|
|
||||||
xdg-open:devel/xdg-utils
|
xdg-open:devel/xdg-utils
|
||||||
|
|
||||||
USES= compiler:c++11-lang gl gnome jpeg localbase \
|
USES= compiler:c++11-lang gl gnome jpeg localbase \
|
||||||
|
|
Loading…
Add table
Reference in a new issue