aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xorgxrdp/Makefile4
-rw-r--r--x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf17
2 files changed, 2 insertions, 19 deletions
diff --git a/x11-drivers/xorgxrdp/Makefile b/x11-drivers/xorgxrdp/Makefile
index 6aef0763159a..870f6a2a1572 100644
--- a/x11-drivers/xorgxrdp/Makefile
+++ b/x11-drivers/xorgxrdp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xorgxrdp
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.13
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11-drivers
DIST_SUBDIR= xrdp
@@ -31,7 +31,7 @@ LIBS= -L${LOCALBASE}/lib
CONFIGURE_ENV= XRDP_CFLAGS=-I${WRKSRC_xrdp}/common
OPTIONS_DEFINE= DEBUG DRI3
-OPTIONS_DEFAULT= DRI3
+OPTIONS_DEFAULT=
DRI3_DESC= DRI3/Glamor OpenGL Support
DRI3_CONFIGURE_ENABLE= glamor
diff --git a/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf b/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf
deleted file mode 100644
index 53c918c041ca..000000000000
--- a/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git xrdpdev/xorg.conf xrdpdev/xorg.conf
-index 8079ea8..f0d44fb 100644
---- xrdpdev/xorg.conf
-+++ xrdpdev/xorg.conf
-@@ -47,8 +47,11 @@ EndSection
- Section "Device"
- Identifier "Video Card (xrdpdev)"
- Driver "xrdpdev"
-+ # Change this to your actual path
- Option "DRMDevice" "/dev/dri/renderD128"
-- Option "DRI3" "1"
-+ # Change the below "0" to "1" to enable hardware acceleration
-+ Option "DRI3" "0"
-+ Option "DRI2" "0"
- EndSection
-
- Section "Screen"