diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 18:41:56 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 18:41:56 +0000 |
commit | cc36f3229d958722482c665d7eb3db653cfb1aba (patch) | |
tree | 54ee2f48baa3e75d2acacf3f5239ca47f7532f75 /net/freerdp | |
parent | 4c46ca73d827ceeb91e695bf5da18e5be90e9ca4 (diff) | |
download | freebsd-ports-cc36f3229d958722482c665d7eb3db653cfb1aba.zip |
Add USES=xorg and USES=gl
Add USES=xorg and USES=gl to a few remaining ports.
Diffstat (limited to 'net/freerdp')
-rw-r--r-- | net/freerdp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index 1f67126292ca..ac740dbbb211 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -83,6 +83,7 @@ GSM_LIB_DEPENDS= libgsm.so:audio/gsm GSM_CMAKE_BOOL= WITH_GSM GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER_1_0 +GSTREAMER_USES= gnome xorg GSTREAMER_USE= gnome=glib20 gstreamer1=yes xorg=x11,xext,xorgproto,xrandr GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1 @@ -135,6 +136,7 @@ X11_CMAKE_ON= -DWITH_X11:BOOL=ON -DWITH_XCURSOR:BOOL=ON \ -DWITH_XRENDER:BOOL=ON -DWITH_XSHM:BOOL=ON \ -DWITH_XV:BOOL=ON X11_CMAKE_OFF= -DWITH_X11:BOOL=OFF -DWITH_XKBFILE:BOOL=OFF +X11_USES= xorg X11_USE= xorg=x11,xcursor,xext,xorgproto,xfixes,xi,xinerama,xkbfile,xrandr,xrender,xv post-patch: |