Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2021 19:53:06 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f091eecfd1f8 - main - x11-wm/{gamescope, phoc}: sort USE_* alphabetically
Message-ID:  <202109061953.186Jr6Q4086944@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f091eecfd1f81e278ae7bea43b35feff05b0f3f6

commit f091eecfd1f81e278ae7bea43b35feff05b0f3f6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-09-06 19:49:31 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-09-06 19:49:35 +0000

    x11-wm/{gamescope,phoc}: sort USE_* alphabetically
---
 x11-wm/gamescope/Makefile.wlroots | 2 +-
 x11-wm/phoc/Makefile.wlroots      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/gamescope/Makefile.wlroots b/x11-wm/gamescope/Makefile.wlroots
index 675efc25f649..3c792a6438a1 100644
--- a/x11-wm/gamescope/Makefile.wlroots
+++ b/x11-wm/gamescope/Makefile.wlroots
@@ -10,7 +10,7 @@ LIB_DEPENDS:=	${LIB_DEPENDS:N*wlroots*} \
 		libxcb-icccm.so:x11/xcb-util-wm
 RUN_DEPENDS+=	xwayland-devel>0:x11-servers/xwayland-devel
 USES+=		gl
-USE_XORG+=	pixman xcb
 USE_GL+=	gbm egl
+USE_XORG+=	pixman xcb
 GH_TUPLE+=	swaywm:wlroots:0.13.0:wlroots/subprojects/wlroots
 PLIST_FILES+=	"@comment libdata/pkgconfig/wlroots.pc"
diff --git a/x11-wm/phoc/Makefile.wlroots b/x11-wm/phoc/Makefile.wlroots
index d5a00a9f86cd..9b6de4e4b936 100644
--- a/x11-wm/phoc/Makefile.wlroots
+++ b/x11-wm/phoc/Makefile.wlroots
@@ -7,7 +7,7 @@ LIB_DEPENDS:=	${LIB_DEPENDS:N*wlroots*} \
 		libxcb-errors.so:x11/xcb-util-errors \
 		libxcb-icccm.so:x11/xcb-util-wm
 RUN_DEPENDS+=	xwayland-devel>0:x11-servers/xwayland-devel
-USE_XORG+=	x11
 USE_GL+=	gbm egl
+USE_XORG+=	x11
 GL_TUPLE+=	https://source.puri.sm:Librem5:wlroots:b2fd6d8dd88d67ee48be67f5be4ee614a5826b13:wlroots/subprojects/wlroots
 PLIST_FILES+=	"@comment libdata/pkgconfig/wlroots.pc"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109061953.186Jr6Q4086944>