pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnome-settings-daemon: fix path to moved libgudev



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <cirnatdan%NetBSD.org@localhost>
Pushed By:	cirnatdan
Date:		Sun Jun 8 16:26:02 2025 +0200
Changeset:	14c1f6d94fbd452a17282e5c9c9170a3f0d34f5b

Modified Files:
	gnome-settings-daemon/Makefile

Log Message:
gnome-settings-daemon: fix path to moved libgudev

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=14c1f6d94fbd452a17282e5c9c9170a3f0d34f5b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnome-settings-daemon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gnome-settings-daemon/Makefile b/gnome-settings-daemon/Makefile
index 53e5f62045..cd24255fbe 100644
--- a/gnome-settings-daemon/Makefile
+++ b/gnome-settings-daemon/Makefile
@@ -83,7 +83,7 @@ CONF_FILES+=	${PREFIX}/share/examples/xdg/autostart/org.gnome.SettingsDaemon.XSe
 PYTHON_FOR_BUILD_ONLY=	tool
 
 .if ${OPSYS} == "Linux"
-.include "../../wip/libgudev/buildlink3.mk"
+.include "../../devel/libgudev/buildlink3.mk"
 .include "../../audio/alsa-lib/buildlink3.mk"
 .include "../../wip/libwacom/buildlink3.mk"
 .include "../../wip/NetworkManager/buildlink3.mk"


Home | Main Index | Thread Index | Old Index