Skip to content

Commit 3f43325

Browse files
committed
xpra: add missing patch
1 parent 7cdbb42 commit 3f43325

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Source: https://gitlab.alpinelinux.org/alpine/aports/-/blob/9ee49e42a98bbd1037331f35abde1005f3fc6dd3/community/xpra/fix-compile.patch
2+
3+
diff --git a/setup.py b/setup.py
4+
index 0f80b9e..c79f61e 100755
5+
--- a/setup.py
6+
+++ b/setup.py
7+
@@ -2665,7 +2665,7 @@ toggle_packages(server_ENABLED and x11_ENABLED,
8+
if gtk_x11_ENABLED:
9+
add_packages("xpra.x11.bindings")
10+
ace("xpra.x11.gtk.display_source", "gdk-3.0")
11+
- ace("xpra.x11.gtk.bindings,xpra/x11/gtk/gdk_x11_macros.c", "gdk-3.0,xdamage,xfixes")
12+
+ ace("xpra.x11.gtk.bindings,xpra/x11/gtk/gdk_x11_macros.c", "gdk-3.0,pygobject-3.0,xdamage,xfixes")
13+
14+
tace(client_ENABLED and gtk3_ENABLED, "xpra.gtk.cairo_image", "py3cairo",
15+
extra_compile_args=["-Wno-error=parentheses-equality"] if CC_is_clang() else [], optimize=3)

0 commit comments

Comments
 (0)