~leon_plickat/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH river-tag-overlay] Use $PKG_CONFIG from environment if set

Alyssa Ross <hi@alyssa.is>
Details
Message ID
<20230423105541.2164893-1-hi@alyssa.is>
DKIM signature
pass
Download raw message
Patch: +2 -1
When cross-compiling, this will usually be set to the appropriate
pkg-config for the platform being built for,
e.g. aarch64-unknown-linux-gnu-pkg-config.
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 97aac43..bb16f87 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
PKG_CONFIG ?= pkg-config
SCANNER := wayland-scanner

PREFIX=/usr/local
@@ -5,7 +6,7 @@ BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/share/man

CFLAGS=-Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result $(shell pkg-config --cflags pixman-1)
LIBS=-lwayland-client $(shell pkg-config --libs pixman-1) -lrt
LIBS=-lwayland-client $(shell $(PKG_CONFIG) --libs pixman-1) -lrt
OBJ=river-tag-overlay.o river-status-unstable-v1.o wlr-layer-shell-unstable-v1.o xdg-shell.o
GEN=river-status-unstable-v1.c river-status-unstable-v1.h wlr-layer-shell-unstable-v1.c wlr-layer-shell-unstable-v1.h xdg-shell.c xdg-shell.h

-- 
2.37.1

[river-tag-overlay/patches/arch.yml] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CS42XAYJ0ADJ.1711MEKJGELZY@cirno2>
In-Reply-To
<20230423105541.2164893-1-hi@alyssa.is> (view parent)
DKIM signature
missing
Download raw message
river-tag-overlay/patches/arch.yml: SUCCESS in 23s

[Use $PKG_CONFIG from environment if set][0] from [Alyssa Ross][1]

[0]: https://lists.sr.ht/~leon_plickat/public-inbox/patches/40602
[1]: hi@alyssa.is

✓ #978207 SUCCESS river-tag-overlay/patches/arch.yml https://builds.sr.ht/~leon_plickat/job/978207
Details
Message ID
<CS448HQPVS7M.84ZR7U925MOC@m5>
In-Reply-To
<20230423105541.2164893-1-hi@alyssa.is> (view parent)
DKIM signature
missing
Download raw message
Thanks!


Friendly greetings,
Leon Henrik Plickat
Reply to thread Export thread (mbox)