summaryrefslogtreecommitdiff
path: root/x11/xpra/files/patch-setup.py
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-02-11 12:35:15 +0300
committerGleb Popov <arrowd@FreeBSD.org>2024-02-11 12:35:31 +0300
commit1ee037520ff2ed1a0bc61a47f53717458f8bc46f (patch)
treec16076373aab10174ad87b548463b930ac1157fd /x11/xpra/files/patch-setup.py
parentgames/retroarch: Update pkg-message for iichid integration (diff)
x11/xpra: Update to 5.0.5
Reported by: portscout!
Diffstat (limited to 'x11/xpra/files/patch-setup.py')
-rw-r--r--x11/xpra/files/patch-setup.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/xpra/files/patch-setup.py b/x11/xpra/files/patch-setup.py
deleted file mode 100644
index 4fcbb91ab313..000000000000
--- a/x11/xpra/files/patch-setup.py
+++ /dev/null
@@ -1,20 +0,0 @@
---- setup.py.orig 2023-10-03 11:21:49 UTC
-+++ setup.py
-@@ -269,7 +269,7 @@ evdi_ENABLED = DEFAULT and LINUX and pkg_co
- keyboard_ENABLED = DEFAULT
- v4l2_ENABLED = DEFAULT and (not WIN32 and not OSX and not FREEBSD and not OPENBSD)
- evdi_ENABLED = DEFAULT and LINUX and pkg_config_version("1.9", "evdi")
--drm_ENABLED = DEFAULT and LINUX and pkg_config_version("2.4", "libdrm")
-+drm_ENABLED = DEFAULT and (LINUX or FREEBSD) and pkg_config_version("2.4", "libdrm")
- #ffmpeg 3.1 or later is required
- dec_avcodec2_ENABLED = ffmpeg_ENABLED and pkg_config_version("57", "libavcodec")
- csc_swscale_ENABLED = ffmpeg_ENABLED and pkg_config_ok("--exists", "libswscale")
-@@ -2043,7 +2002,7 @@ if data_ENABLED:
- if not is_openSUSE():
- add_data_files(share_xpra, ["README.md", "COPYING"])
- add_data_files(share_xpra, ["fs/share/xpra/bell.wav"])
-- if LINUX:
-+ if LINUX or FREEBSD:
- add_data_files(share_xpra, ["fs/share/xpra/autostart.desktop"])
- ICONS = glob.glob("fs/share/xpra/icons/*.png")
- if OSX: