all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 03196713bcd3b4f919f1e3da7a7a2eb6bd2786bb 1141 bytes (raw)
name: gnu/packages/patches/gtk3-wayland-protocols-dependency.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
diff --git a/configure b/configure
index edd41ad..cb36877 100755
--- a/configure
+++ b/configure
@@ -23247,7 +23247,8 @@ $as_echo "no" >&6; }
 	fi
 fi
 
-WAYLAND_DEPENDENCIES="wayland-client >= 1.14.91 wayland-protocols >= 1.17 xkbcommon >= 0.2.0 wayland-cursor >= 1.14.91 wayland-egl"
+WAYLAND_RUNTIME_DEPENDENCIES="wayland-client >= 1.14.91 xkbcommon >= 0.2.0 wayland-cursor >= 1.14.91 wayland-egl"
+WAYLAND_DEPENDENCIES="wayland-protocols >= 1.17 $WAYLAND_RUNTIME_DEPENDENCIES"
 if test "$enable_wayland_backend" = "maybe" ; then
   # Extract the first word of "wayland-scanner", so it can be a program name with args.
 set dummy wayland-scanner; ac_word=$2
@@ -23320,7 +23321,7 @@ if test "$enable_wayland_backend" = "yes"; then
   GDK_WINDOWING="$GDK_WINDOWING
 #define GDK_WINDOWING_WAYLAND"
   backend_immodules="$backend_immodules,wayland"
-  WAYLAND_PACKAGES="$WAYLAND_DEPENDENCIES"
+  WAYLAND_PACKAGES="$WAYLAND_RUNTIME_DEPENDENCIES"
   # Extract the first word of "wayland-scanner", so it can be a program name with args.
 set dummy wayland-scanner; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5

debug log:

solving 03196713bc ...
found 03196713bc in https://yhetil.org/guix/20210917141108.801-1-mail@muradm.net/ ||
	https://yhetil.org/guix/20210916192646.29726-1-mail@muradm.net/

applying [1/1] https://yhetil.org/guix/20210917141108.801-1-mail@muradm.net/
diff --git a/gnu/packages/patches/gtk3-wayland-protocols-dependency.patch b/gnu/packages/patches/gtk3-wayland-protocols-dependency.patch
new file mode 100644
index 0000000000..03196713bc

1:12: space before tab in indent.
 	fi
1:14: trailing whitespace.
 
Checking patch gnu/packages/patches/gtk3-wayland-protocols-dependency.patch...
Applied patch gnu/packages/patches/gtk3-wayland-protocols-dependency.patch cleanly.
warning: 2 lines add whitespace errors.

skipping https://yhetil.org/guix/20210916192646.29726-1-mail@muradm.net/ for 03196713bc
index at:
100644 03196713bcd3b4f919f1e3da7a7a2eb6bd2786bb	gnu/packages/patches/gtk3-wayland-protocols-dependency.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.