pkgsrc-WIP-changes archive

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

wine: Fix PLIST for x11 option



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <triaxx%NetBSD.org@localhost>
Pushed By:	frederic
Date:		Fri Jan 28 06:39:00 2022 +0100
Changeset:	6acfd8a416e16f5856980fe20936496ac6ddd1d6

Modified Files:
	wine/PLIST

Log Message:
wine: Fix PLIST for x11 option

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

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

diffstat:
 wine/PLIST | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/wine/PLIST b/wine/PLIST
index e0ec8a0e9b..d65f2782ee 100644
--- a/wine/PLIST
+++ b/wine/PLIST
@@ -2268,7 +2268,7 @@ ${PLIST.pulse}lib/wine/x86_64-unix/winepulse.so
 lib/wine/x86_64-unix/wineusb.sys.so
 lib/wine/x86_64-unix/winevulkan.dll.so
 lib/wine/x86_64-unix/winevulkan.so
-lib/wine/x86_64-unix/winex11.drv.so
+${PLIST.x11}lib/wine/x86_64-unix/winex11.drv.so
 lib/wine/x86_64-unix/winexinput.sys.so
 lib/wine/x86_64-unix/wing32.dll.so
 lib/wine/x86_64-unix/winhlp32.exe.so
@@ -3236,7 +3236,7 @@ lib/wine/x86_64-windows/wineps.drv
 lib/wine/x86_64-windows/winepulse.drv
 lib/wine/x86_64-windows/wineusb.sys
 lib/wine/x86_64-windows/winevulkan.dll
-lib/wine/x86_64-windows/winex11.drv
+${PLIST.x11}lib/wine/x86_64-windows/winex11.drv
 lib/wine/x86_64-windows/winexinput.sys
 lib/wine/x86_64-windows/wing32.dll
 lib/wine/x86_64-windows/winhlp32.exe


Home | Main Index | Thread Index | Old Index