pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xorg-server: Import xorg-server-* as wip/modular-xorg-server-linux
Module Name: pkgsrc-wip
Committed By: Dan Cîrnaț <cirnatdan%pkgsrc.org@localhost>
Pushed By: cirnatdan
Date: Sat Apr 24 11:11:52 2021 +0200
Changeset: be3238c100fc0b8dadcc8c5824d7634213e3c9b9
Added Files:
modular-xorg-server-linux/DESCR
modular-xorg-server-linux/Makefile
Log Message:
xorg-server: Import xorg-server-* as wip/modular-xorg-server-linux
This package is X with udev support. Works with libinput and the
xf86-input-libinput driver
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=be3238c100fc0b8dadcc8c5824d7634213e3c9b9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
modular-xorg-server-linux/DESCR | 4 ++++
modular-xorg-server-linux/Makefile | 28 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diffs:
diff --git a/modular-xorg-server-linux/DESCR b/modular-xorg-server-linux/DESCR
new file mode 100644
index 0000000000..b6f871b5b4
--- /dev/null
+++ b/modular-xorg-server-linux/DESCR
@@ -0,0 +1,4 @@
+The X.org X11 Server from the modularized source tree of
+X.org X11.
+
+This package is a Linux-only udev version of X11.
diff --git a/modular-xorg-server-linux/Makefile b/modular-xorg-server-linux/Makefile
new file mode 100644
index 0000000000..10bc3ebbec
--- /dev/null
+++ b/modular-xorg-server-linux/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.129 2020/08/26 10:28:39 wiz Exp $
+PLIST_SRC= ${.CURDIR}/../../x11/modular-xorg-server/PLIST
+
+PATCHDIR= ${.CURDIR}/../../x11/modular-xorg-server/patches
+DISTINFO_FILE= ${.CURDIR}/../../x11/modular-xorg-server/distinfo
+
+DISTNAME= xorg-server-${XORG_VERSION}
+PKGNAME= modular-${DISTNAME}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Modular X11 server from modular X.org
+
+SPECIAL_PERMS+= bin/Xorg ${SETUID_ROOT_PERMS}
+
+ONLY_FOR_PLATFORM= Linux-*-*
+
+.include "../../x11/modular-xorg-server/Makefile.common"
+
+CONFIGURE_ARGS+= --enable-xorg
+CONFIGURE_ARGS+= --disable-xephyr
+CONFIGURE_ARGS+= --disable-xwayland
+CONFIGURE_ARGS+= --disable-kdrive
+CONFIGURE_ARGS+= --enable-udev
+
+.include "../../x11/modular-xorg-server/options.mk"
+
+.include "../../wip/libudev/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index