mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
x11-drivers/xorgxrdp: Fix build when DRI3=off
by applying patch from upstream. While here, adjust BUILD_DEPENDS for DRI3. PR: 280616 Obtained from: https://github.com/neutrinolabs/xorgxrdp/pull/330
This commit is contained in:
parent
cc5873e024
commit
e714b6a4c5
@ -2,11 +2,12 @@ PORTNAME= xorgxrdp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.10.2
|
||||
# Be sure to bump PORTREVISION after xorg-server update to force rebuild
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
DIST_SUBDIR= xrdp
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= 95ddf9c.patch:-p1
|
||||
|
||||
MAINTAINER= meta@FreeBSD.org
|
||||
COMMENT= X.Org driver enabling use through an RDP session with xrdp
|
||||
@ -37,6 +38,7 @@ OPTIONS_DEFAULT= DRI3
|
||||
DRI3_DESC= DRI3/Glamor OpenGL Support
|
||||
DRI3_CONFIGURE_ENABLE= glamor
|
||||
DRI3_LIB_DEPENDS= libepoxy.so:graphics/libepoxy
|
||||
DRI3_BUILD_DEPENDS= ${LOCALBASE}/include/libdrm/drm.h:graphics/libdrm
|
||||
DRI3_CFLAGS= -I${LOCALBASE}/include/libdrm
|
||||
DRI3_SUB_FILES= pkg-message
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
TIMESTAMP = 1722440048
|
||||
TIMESTAMP = 1722994869
|
||||
SHA256 (xrdp/neutrinolabs-xorgxrdp-v0.10.2_GH0.tar.gz) = 5ffe2d71190a7246e1f0940e3c1558ff92a0b4c385c9f1c68ac3f9e23b75314b
|
||||
SIZE (xrdp/neutrinolabs-xorgxrdp-v0.10.2_GH0.tar.gz) = 113066
|
||||
SHA256 (xrdp/neutrinolabs-xrdp-v0.10.1_GH0.tar.gz) = dd04ac7151316916799e6a527e8bbef3752f79dd7c252ccc84490ad1d70bd178
|
||||
SIZE (xrdp/neutrinolabs-xrdp-v0.10.1_GH0.tar.gz) = 1040247
|
||||
SHA256 (xrdp/95ddf9c.patch) = fc52af4ef4131c01bece5ddefd01646dce138a2987e49a50af4f6d54d5967466
|
||||
SIZE (xrdp/95ddf9c.patch) = 1088
|
||||
|
Loading…
Reference in New Issue
Block a user