Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 13:34:25 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: 2d920c4a4d48 - main - x11-toolkits/libdecor: group _MESON_ variable at the end
Message-ID:  <202401301334.40UDYPYc028516@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=2d920c4a4d480c46331faee37055aceb7159df42

commit 2d920c4a4d480c46331faee37055aceb7159df42
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-01-30 13:34:12 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-01-30 13:34:12 +0000

    x11-toolkits/libdecor: group _MESON_ variable at the end
---
 x11-toolkits/libdecor/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-toolkits/libdecor/Makefile b/x11-toolkits/libdecor/Makefile
index 68a2bbfd3320..79cc537a542f 100644
--- a/x11-toolkits/libdecor/Makefile
+++ b/x11-toolkits/libdecor/Makefile
@@ -38,13 +38,13 @@ LIB_DEPENDS.gtk3+=	${"${PORT_OPTIONS:MDBUS}":?libdbus-1.so\:devel/dbus:}
 DBUS_MESON_ENABLED=	dbus
 
 EXAMPLES_SUBPACKAGES=	examples
-EXAMPLES_MESON_TRUE=	demo install_demo
 EXAMPLES_BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto
 LIB_DEPENDS.examples+=	libxkbcommon.so:x11/libxkbcommon
 #USES.examples=		gl
 #USE_GL.examples=	egl opengl
 LIB_DEPENDS.examples+=	libEGL.so:graphics/libglvnd
 SELF_DEPENDS.examples=	main
+EXAMPLES_MESON_TRUE=	demo install_demo
 
 GTK3_SUBPACKAGES=	gtk3
 GTK3_BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto



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