pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lxqt-config, reverse exceptions
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Wed May 6 09:24:38 2020 +0200
Changeset: 5a468f050c4d4efe8c708ed79f8117ee26b75272
Modified Files:
lxqt-config/Makefile
Log Message:
lxqt-config, reverse exceptions
Reverse exception rule to cover availability of libinput.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5a468f050c4d4efe8c708ed79f8117ee26b75272
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lxqt-config/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/lxqt-config/Makefile b/lxqt-config/Makefile
index 7be9c7ccef..1b100f5c23 100644
--- a/lxqt-config/Makefile
+++ b/lxqt-config/Makefile
@@ -19,7 +19,7 @@ CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
+.if ${OPSYS} != "Linux"
CMAKE_ARGS+= -DWITH_INPUT=OFF
.endif
Home |
Main Index |
Thread Index |
Old Index